File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
44
55
6- ** 项目使用的技术** :
6+ #### 项目使用的技术
77
88- 框架:Spring Boot 2.0.5.RELEASE、Mybatis
99- 模板:Thymeleaf
1212- 安全控制:Spring Security
1313- 插件:Druid连接池、Mybatis Generator、通用Mapper、PageHelper分页插件、Lombok、Spring Boot Devtools热部署
1414
15- ** 项目运行方式** :
15+ #### 项目运行方式
1616
17171 . 创建数据库spring_boot_movie。
18182 . 在数据库中运行src/main/resources下的spring_boot_movie.sql文件。
19193 . 修改src/main/resources的application.properties配置文件中的的数据库用户名和密码。
20204 . 启动redis服务器。
21- 5 . 运行AwesomeVideoAdminApplication .java启动项目。
21+ 5 . 运行SpringBootMovieApplication .java启动项目。
22226 . 在浏览器中访问http://localhost:8080/index ,进入电影首页。
23237 . 在浏览器中访问http://localhost:8080/login ,输入用户名admin,密码123456,进入后台管理系统。
2424
25- ** 项目界面截图** :
25+ #### 项目界面截图
2626
2727<img src =" https://raw.githubusercontent.com/lkmc2/SpringBootMovie/master/picture/%E7%94%B5%E5%BD%B1%E9%A6%96%E9%A1%B5.png " />
2828
Original file line number Diff line number Diff line change 66import tk .mybatis .spring .annotation .MapperScan ;
77
88@ MapperScan ("com.lin.mapper" )
9- @ EnableCaching //开启缓存
9+ @ EnableCaching // 开启缓存
1010@ SpringBootApplication
1111public class SpringBootMovieApplication {
1212
You can’t perform that action at this time.
0 commit comments