Skip to content

Commit

Permalink
v4.0.7 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jan 6, 2023
1 parent d2112b3 commit 4d7e9c1
Show file tree
Hide file tree
Showing 3 changed files with 10 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>4.0.6</version>
<version>4.0.7</version>
</dependency>
```

Expand Down
8 changes: 8 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
jboot v4.0.7 2023-01-06:
优化:重构 AttachmentManager 使之更加灵活易用
新增:StrUtil.isStartsWithAny() 方法
新增:FileUtil.getFileMD5() 等方法
新增:CdnUtil.appendCdnDomain() 方法



jboot v4.0.6 2022-12-31:
修复:缓存注解自动生成 key 无法支持集合参数的问题
优化:ApplicationUtil.java 使其在 window 下输出正确的 classpath 路径
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>4.0.7-SNAPSHOT</version>
<version>4.0.7</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down

0 comments on commit 4d7e9c1

Please sign in to comment.