Skip to content

Commit

Permalink
v3.16.1 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Sep 30, 2022
1 parent b4fe10c commit 51cd1d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion changes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
jboot v3.16.1:
新增:APP 在启动的时候,输出 Local URL,方便通过控制台启动浏览器
新增:FileUtil.ensuresParentExists() 方法
新增:DAO.deleteAll() 方法
修复:Controller 通过 return 渲染 Json 数据时,控制台不输出 Render 信息的问题
修复:JbootController.getFileOnly(name) 返回的数据不正确



jboot v3.16.0:
优化:重构 @Cacheable 在 Controller 中的使用,使之更加灵活方便
优化:FileUtil.unzip 方法,添加可以指定解压缩编码的参数
优化:升级 JFinal、 jackson-core 等到最新版本
修复:JbootServiceBase.initDao 在非泛型子类时初始化出错的问题
修复:sqlbuilder 在使用别名 + between 时,生成的 SQL 出错的问题
修复:Sqlbuilder 在使用别名 + between 时,生成的 SQL 出错的问题



Expand Down
6 changes: 3 additions & 3 deletions 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.1-SNAPSHOT</version>
<version>3.16.1</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down Expand Up @@ -592,14 +592,14 @@
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
<version>1.8.0</version>
<version>1.9.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
<version>1.8.0</version>
<version>1.9.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 51cd1d6

Please sign in to comment.