Spring boot mybatis demo 工程
- Spring Boot
- 数据源:com.alibaba.druid.pool.DruidDataSource
- Druid SQL监控
- MyBatis Generator自动生成Mapper、SQL Mapper、domain
- MyBatis自动扫描
- 日志添加流程号,方便查询
- ThreadLocal 线程程局部变量
- InheritableThreadLocal 可继承线程局部变量
- 定时任务
- Spring Data Redis
- Redis连接自动释放(AOP)
- 添加统一异常处理
- 定义基础异常
- 添加统一异常返回信息