Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 699 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 699 Bytes

spring-boot-tdd

本项目最初想着学习TDD在Spring Boot里的实际使用情况,写着写着,发现TDD有点进行不下去了,所以就改成把自己学习Spring Boot的零碎东西,拼凑一下, 搞成一个完整的项目,优先实现了Spring Security。 如果能帮助你,不甚荣幸。

已实现的技术功能点

  1. 全局处理异常
  2. 全局处理返回值
  3. 使用MyBatis-Generator自动生成代码,dao目录作为补充MyBatis功能
  4. 实现Spring Security,构建admin-role-permission完整关系,关键方法添加缓存功能

感谢

  1. mall-learning 一个完整mall项目,大多数都是参考这个项目