Code Monkey home page Code Monkey logo

movie's Introduction

1. 电影系统

  • 页面:

  • 缺点:

    • 系统没有做成微服务式, 前台后台耦合,都是在同一个系统中
    • Service 没有接口,都是直接的 Service 类
  • 改进:

    • 用dubbo做成微服务
    • 将公共的接口文件,通用类抽取出来作为子模块,供其他模块引用
  • 配置文件:

    • application.properties: 全局配置
    • application.yml:druid 的配置
  • 所用技术:

  • SpringBoot

  • dao : Mybatis

  • 数据库连接池:druid

    • username: admin
    • password: admin
  • 缓存: redis

    • 位置: linux 中
    • 作用:存放访问豆瓣连接传回的 json串
  • 数据库:Mysql

    • 本地的数据库
  • 前端:

    • 模板引擎:Themeleaf
    • 前端框架:Layui

2. 项目截图

1. 主页

在这里插入图片描述

2. 电影列表

在这里插入图片描述

3. 电影详情页面

在这里插入图片描述

4. 登入后主页

在这里插入图片描述

5.用户详情

在这里插入图片描述

6. 腾讯影院

在这里插入图片描述

7. 新闻列表

在这里插入图片描述

8. 新闻详情

在这里插入图片描述

9. top150

在这里插入图片描述

10. 增加新闻

在这里插入图片描述

11. 评论管理

在这里插入图片描述

12. 用户管理

在这里插入图片描述

movie's People

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.