Skip to content

Commit

Permalink
v3.16.8 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Nov 6, 2022
1 parent 88d54f3 commit dc0a9f3
Show file tree
Hide file tree
Showing 3 changed files with 8 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.16.7</version>
<version>3.16.8</version>
</dependency>
```

Expand Down
6 changes: 6 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jboot v3.16.8 2022-11-06:
新增:Controller.getFilesOnly(Set<String> paraNames) 方法
优化:默认关闭缓存日志



jboot v3.16.7 2022-10-31:
新增:添加 CachePrinter 的支持,方便把缓存信息输出在控制台或者日志上
优化:JbootResourceLoader 优化过滤掉 Windows 的临时文件
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.16.8-SNAPSHOT</version>
<version>3.16.8</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down

0 comments on commit dc0a9f3

Please sign in to comment.