# springboot **Repository Path**: gap1994/springboot ## Basic Information - **Project Name**: springboot - **Description**: 基于学习renren-fast的成果,内容稍微有些删减,有什么不对的地方,请多多指教! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-12-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot #### 介绍 基于学习renren-fast的成果,内容稍微有些删减,有什么不对的地方,请多多指教! #### 软件架构 1. 核心框架:Spring Boot 2.1 2. 安全框架:Apache Shiro 1.4 3. 视图框架:Spring MVC 5.0 4. 持久层框架:MyBatis 3.3 5. 定时器:Quartz 2.3 6. 数据库连接池:Druid 1.0 7. 日志管理:SLF4J 1.7、Log4j 8. 页面交互:Vue2.x #### 安装教程 1. 通过git下载源码 2. idea、eclipse需安装lombok插件,不然会提示找不到entity的get set方法 3. 创建数据库renren_fast,数据库编码为UTF-8 4. 执行doc/db.sql文件,初始化数据 5. 修改application-dev.yml,更新MySQL账号和密码 6. Eclipse、IDEA运行DemoApplication.java,则可启动项目