Skip to content

Commit

Permalink
v3.17.1 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Nov 25, 2022
1 parent 88c32f5 commit 88cb050
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Jboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、ShardingSphere、Nacos
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.17.0</version>
<version>3.17.1</version>
</dependency>
```

Expand Down
7 changes: 7 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
jboot v3.17.1 2022-11-13:
优化:Columns.java 对空条件的判断
优化:ClassScanner.java 支持扫描 jar 包里的 jar 包,感谢 @陈立刚
优化:Redis 消息队列设置支持多个 database,感谢 @陈立刚



jboot v3.17.0 2022-11-12:
新增:自定义 Controller 缓存刷新 key 的功能
优化:Jboot MQ 在启动和停止的时候,不对已启动进行错误抛出,方便多模块可以自由启动或停止
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.17.1-SNAPSHOT</version>
<version>3.17.1</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down

0 comments on commit 88cb050

Please sign in to comment.