v1.7.0
en:
Fix
- Fix set cannot read set information of system and request grouping at startup
- Fix the bug that there is no sorting when the node updates and reads
- Update maven partial dependencies to new version
- Fix a lot of built-in spelling errors
- jdk8 codeStyle
- Lots of other bug fixes
Features
- Logs are managed using logback, which all log controllers use
- Support CompletableFuture request service, and the builder supports the interface of CompletableFuture
cn:
问题修复
1、修正set无法在启动时,读取系统的set信息并请求分组
2、修正节点更新读取时,没有排序的问题
3、更新maven部分依赖至新版本
4、修正大量内置的拼写错误
5、jdk8 codeStyle
6、其他大量的错误修正
新增功能:
1、日志使用logback管理 ,所有的日志控制器都走logback
2、可以使用CompletableFuture 请求服务 ,生成器支持completableFuture的接口