From ebb22bb725acee549419f69af1f207c4e3b3e14a Mon Sep 17 00:00:00 2001 From: HouKunLin Date: Fri, 29 Oct 2021 20:46:28 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8F=91=E5=B8=83=201.4.4.1=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix: 修复 SpringBoot 2.4.0 以下版本无法启动问题 - refactor: 在刷新字典时当 DictValueVo.title == null 被视为删除相应的字典文本信息 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e656a0..db00e4d 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } group = 'com.houkunlin' -version = '1.4.4' +version = '1.4.4.1' sourceCompatibility = '1.8' def gitRepo = "github.com/houkunlin-starter/system-dict-starter.git"