Skip to content

2.3.3

Compare
Choose a tag to compare
@yl-yue yl-yue released this 31 May 01:49
· 134 commits to master since this release

2.3.3主要为bug修复与安全加固版本,并优化了大量文档细节

新特性

  • 【base】校验框架提供静态方法Validator.getValidatorAndSetParam(Object param)获取参数校验器,无需bean注入
  • 【base】校验框架实现分组校验与提供默认分组ValidationGroups
  • 【base】新增@CarDrivingLicence@CarVin@CreditCode@ZipCode四个校验注解
  • 【web】迁移RequestParamUtils实现至ServletUtils,并优化参数获取方式
  • 【web】优化ServletUtils内部实现,移除multipart相关类改用hutool提供
  • 【jdbc】从2.3.3开始使用(强依赖)druid进行连接池管理与SQL解析

Bug修复

  • 【base】移除actuator配置
  • 【web】修复异步线程装饰器在开启ServletAsyncContext时,接口响应被无故追加404异常 #I3HTAW

Maven仓库实际发布版本号

j8.2.3.3j11.2.3.3

关键pom.xml依赖:

依赖 版本
spring-boot 2.3.10.RELEASE
spring-cloud Hoxton.SR11
spring-cloud-alibaba 2.2.5.RELEASE
hutool 5.6.3
fastjson 1.2.76