Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 942 Bytes

TODO.md

File metadata and controls

32 lines (22 loc) · 942 Bytes

功能清单

数据库相关

  • jpa: 整合 Spring Data JPA 实现数据库操作
  • mybatis: 整合 Mybatis 实现持久层操作
  • redis: 整合 Redis 配置和基本操作
  • h2: 整合 h2 实现嵌入式数据库的使用
  • cache: 整合 springboot 缓存

功能增强

  • common: Web 开发公共服务

  • aop: 整合 Spring AOP 实现日志等功能

  • exception: SpringBoot 统一异常处理器

  • shiro: SpringBoot 整合 Shiro 进行权限控制

工具服务

  • mail: 整合 Spring Mail 实现邮件发送

  • poi: 整合 POI 实现 Excel 操作

  • http: 整合 okhttps-fastjson 完成网络请求使用

  • message: 整合短信

  • oss: 整合七牛云、阿里云对象存储服务,完成文件上传等功能

  • :社交登录

Spring 全家桶

  • springsecurity: 权限、安全
  • springbatch: 整合 Spring Batch 实现批处理基本数据操作