Releases: AntonyCheng/spring-boot-init-template
Releases · AntonyCheng/spring-boot-init-template
😉V2.1.5-jdk8&11 更新持久层框架版本以及周期维护
依赖更新
- 新增fastjson2-extension-spring5 2.0.49
- 升级shardingsphere-jdbc-core 5.3.2 ==> shardingsphere-jdbc 5.5.0
- 升级netty-all 4.1.108.Final ==> 4.1.109.Final
- 升级commons-io 2.16.0 ==> 2.16.1
- 升级commons-codec 1.16.1 ==> 1.17.0
- 升级commons-collections4 4.4 ==> 4.5.0-M1
- 升级fastjson2 2.0.48 ==> 2.0.49
- 升级redisson 3.27.2 ==> 3.29.0
- 升级easy-es-boot-starter 2.0.0-beta7 ==> 2.0.0-beta8
- 升级cos_api 5.6.210 ==> 5.6.211
- 升级minio 8.5.9 ==> 8.5.10
- 升级snakeyaml 1.33 ==> 2.2
功能更新
- 适配ShardingSphere 5.5.0版本,更新持久层框架(重要)
- 简化PowerJob模块,取消使用源代码,而引入Starter(重要)
- 修改Redis序列化器为FastJson2
- 优化转Long精度相关配置
😁v2.1.4-jdk8&11 集成和设计Word文件操作模块
依赖更新
- 新增commons-compress 1.26.1
- 新增poi-tl 1.12.2
- 升级mybatis-plus-boot-starter 3.5.5 ==> 3.5.6
- 升级cos_api 5.6.208 ==> 5.6.210
功能更新
- 集成和设计Word文件操作模块(重要)
😀v2.1.3-jdk8&11 第一个真正意义上的Web项目模板
依赖更新
- 升级lombok 1.18.30 ==> 1.18.32
- 升级commons-io 2.15.1 ==> 2.16.0
- 升级commons-codec 1.16.0 ==> 1.16.1
- 升级okio 3.7.0 ==> 3.9.0
- 升级easy-es-boot-starter 2.0.0-beta6 ==> 2.0.0-beta7
- 升级cos_api 5.6.205 ==> 5.6.208
功能更新
- 集成vue-admin-template开源前端框架(重要)
- 补充部分模板自带接口(重要)
- 替换项目判空方法(由ObjectUtils.isEmpty()改为Objects.isNull())