Releases: micyo202/lion
Releases · micyo202/lion
2.0.8.GA(May 28th, 2021)
2.0.8(Jan 6th, 2021)
- 优化整体代码规范
- 更新缓存相关功能
- 丰富common工具类
- 修复认证异常处理
2.0.7(Oct 20th, 2020)
- 优化服务熔断/降级处理
- 简化Gradle配置
- 修复已知Bug问题
2.0.6(June 16th, 2020)
- 更新common工具类
- 优化通用base基类
- 优化统一返回结果对象
- 支持多环境配置
2.0.5(May 19th, 2020)
- 更新数据库表结构及数据类型
- 更新代码生成类CodeGenerator系统兼容性
- 优化分布式锁获取失败/超时处理
- 优化log4j2日志输出格式
- 优化并丰富common通用工具类
- 优化整体项目包结构
2.0.4(May 7th, 2020)
- 优化response响应类
- 修复http请求编码问题
- 更新Apache Licence 2.0开源协议
- 优化相关代码结构
2.0.3(Apr 10th, 2020)
- 更新权限认证服务
- 更新web容器为undertow
- 升级SpringBoot至2.2.6.RELEASE
- 添加APQM模块
- 丰富lion-demo模块
- 统一应用mysql时区
- 优化整体代码结构
- 修复已知bug
2.0.2(Mar 31th, 2020)
- 完善Seata分布式事物
- 优化Druid数据源配置
- 修复已知Bug
2.0.1(Mar 26th, 2020)
- 优化灰度策略
- 优化Token认证策略
- 更新网关模块
- 更新lion-common模块
2.0.0(Mar 18th, 2020)
- 基于Java8+重构,可支持11/13
- 优化lion-auth权限认证服务,增加JWT方式
- 丰富lion-common通用工具模块及lion-demo相关示例
- 优化容器相关配置
- 删除不必要的模块,减轻代码量
- 引入MyBatis Plus
- Upgrade to SpringBoot 2.2.5.RELEASE、SpringCloud Hoxton.SR2、Spring Cloud Alibaba 2.2.0.RELEASE
- 修复获取Token网关超时问题