Skip to content

Commit

Permalink
v3.10.2 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jul 8, 2021
1 parent bd9ecee commit 794180a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
jboot v3.10.2:
新增:注解 @ApiPara() 增加 require 参数的配置,感谢 @lijiahong
优化:Json 增加递归深度配置,修复多层级数据返回不完全问题,感谢 @lijiahong
优化:升级 JFinal、jackson、Dubbo 等到最新版本
修复:JbootPaginateDirective 在默认情况下无法获取 page 的问题
修复:Redis 连接有密码时,Redis 集群时未设置 maxAttempts 连接权限不上问题,感谢 @lijiahong



jboot v3.10.1:
新增:ApiDoc 新增 allInOne 模式,方便把所有 api 生成到一个文档里
新增:@Api() 注解新增 orderNo 的配置
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.10.2-SNAPSHOT</version>
<version>3.10.2</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down

0 comments on commit 794180a

Please sign in to comment.