0.0.6 #6
zhoutaoo
announced in
Announcements
Replies: 1 comment
-
hello world |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
升级版本号为0.0.6
2.starter-boot模块扩展增加Mobile校验注解,扩展字段枚举类型选项EnumString校验工具。
3.全局异常处理模块,增加MethodNotSupportedException、HttpMessageNotReadableException报文转换类异常。
4.新增框架版本号常量与环境变更,banner中增加spring和框架的版本号打印,方面用户快速识别版本信息。
5.starter-cache模块重构,保留jetcache,去掉cache redis。
6.优化统一响应对象的封装,Rest直接返回原始类型即可,无需要包装为Result对象。处理swagger rest接口被result包装的问题。
7.重构entity转换方式,删除无用转换类。
8.移除base-starter模块,使用starter-boot统一封装使用springboot。
9.config配置类均改为@import进行初使化,避免手工初使化。
10.应用启动注册到nacos时,将框架版本等元数据信息注册到注册中心,方面后续版本管理与路由扩展。
11.引入hutool工具类。
This discussion was created from the release 0.0.6.
Beta Was this translation helpful? Give feedback.
All reactions