Releases: snake19870227/star-tiger-framework
Releases · snake19870227/star-tiger-framework
Release v0.5.0
- 增加后台管理脚手架
- core模块
- manager模块(layui实现)
- spring boot starter
- 后台管理脚手架使用demo
Release v0.3.0
依赖升级
spring-boot: 2.2.6.RELEASE -> 2.3.1.RELEASE
spring-cloud: Hoxton.SR3 -> Hoxton.SR6
mybatis: 3.5.3 -> 3.5.4
mybatis-spring: 2.0.3 -> 2.0.4
mybatis-spring-boot-starter: 2.1.1 -> 2.1.2
mybatis-plus: 3.3.0 -> 3.3.2
hutool: 5.1.0 -> 5.3.9
Release 0.2.1
- 增加logstash版本依赖
- 增加通用logback配置
0.2.0
- 第三方版本依赖拆分独立模块
- 业务异常重命名
0.1.1
1.调整全局异常处理代码,支持继承
2.增加RestResponseBuilder功能,支持国际化内容参数
3.调整全局异常自动加载逻辑,允许依赖项目自定义
4.调整 BaseControllerException.getMessage() 逻辑
5.调整 BaseControllerException 与 MvcException 构造函数
6.增加判断http请求地址与method是否匹配给定的ant path与method
7.PageRestResponse增加无参构造函数
8.微调StarTigerContext上下文对象
9.切面记录日志功能
0.1.0
1.SpringBoot 2.2.5.RELEASE >> 2.2.6.RELEASE
2.SpringCloud Hoxton.SR2 >> Hoxton.SR3
3.AlibabaSpringCloud 2.1.1.RELEASE >> 2.2.0.RELEASE
0.0.7
1、从此版本开始,调整groupid为com.github.snake19870227
2、从此版本开始,会推送至maven中央仓库
0.0.4
maven版本管理方式调整
0.0.1
初始迁移项目