Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 743 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 743 Bytes

Spring Boot

最近在看spring boot 觉得还是蛮强大的,所以一套基于spring boot的框架,把一些知识点都整合进去

框架说明

  • 权限: JWT+SpringSecurity+cookie
  • 统一异常: ExceptionTranslator
  • 缓存: 内存缓存采用guava nosql采用redis 详见CacheConfig
  • 发送邮件
  • 公用service封装:BaseServiceImpl
  • swagger2 接口文档导出
  • 统一参数校验: BindingResultAop
  • excel工具类: