- SpringBoot 2.1.4.RELEASE / SpringBoot 2.1.8.RELEASE
- Spring Data Jpa / Mybatis
- Mysql 8.0.15
- Maven 3.5.4
- Lombok 插件
- 开发工具 IDEA
```
├─springboot-security-jwt-demo Springboot + Security + Jwt整合基于RBAC的模块
├─springboot-security-oauth2-server-demo Springboot + Security OAuth2整合的基于RBAC认证服务模块
├─springboot-security-oauth2-resources-demo Springboot + Security OAuth2整合的基于RBAC资源服务模块
├─.gitignore .gitignore文件
├─README.md README.md文件
└─pom.xml 父模块pom文件
```
(注意: 运行单个模块前请仔细查看该模块下的README.md)