From 51cd1d6dbe1da5ac8a66236cb5bce74790e7b642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Fri, 30 Sep 2022 10:09:32 +0800 Subject: [PATCH] v3.16.1 release (^.^)YYa!! --- changes.txt | 11 ++++++++++- pom.xml | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/changes.txt b/changes.txt index 206b377ee..28519aa86 100644 --- a/changes.txt +++ b/changes.txt @@ -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 出错的问题 diff --git a/pom.xml b/pom.xml index 0d091c0f9..a2753d5e1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.jboot jboot - 3.16.1-SNAPSHOT + 3.16.1 jar jboot @@ -592,14 +592,14 @@ org.apache.shiro shiro-core - 1.8.0 + 1.9.1 provided org.apache.shiro shiro-web - 1.8.0 + 1.9.1 provided