# springbootDemo **Repository Path**: MissJin/springbootDemo ## Basic Information - **Project Name**: springbootDemo - **Description**: springboot+mysql+shrio+thymeleaf+redis+bootstrap个人项目急速开发 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-06-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springbootDemo #### 项目介绍 用到的技术点:springboot+mysql+mybatis+shiro+thymeleaf+redis+bootstrap 个人项目急速开发模板 #### 软件架构 1. 主架构 springboot 2. 页面模板引擎 thymeleaf 3. 界面UI bootstrap 4. 缓存 redis和ehcache 5. 权限 shiro #### 安装教程 1. 运行环境 jdk8,maven 2. 运行命令,完成依赖包的加载 ``` mvn install #安装依赖的jar mvn compile #编译源文件 mvn package #打包发布 ``` 3. 运行项目 ``` mvn spring-boot:run # 或者运行Application类里面的main函数 ```