diff --git a/build.gradle b/build.gradle index 629b4f3..698badf 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { - id 'org.springframework.boot' version '2.5.6' + id 'org.springframework.boot' version '2.7.18' id 'io.spring.dependency-management' version '1.0.11.RELEASE' - id "io.freefair.lombok" version "6.2.0" + id "io.freefair.lombok" version "6.6.3" id 'maven-publish' id 'signing' id 'java-library' @@ -10,7 +10,7 @@ plugins { } group = 'com.houkunlin' -version = '1.5.6-SNAPSHOT' +version = '1.5.6' description = """ 系统数据字典自动翻译成字典文本。可集合系统数据库中存储的用户数据字典,也可使用枚举做系统数据字典,主要用在返回数据给前端时自动把字典值翻译成字典文本信息; The system data dictionary is automatically translated into dictionary text. @@ -165,7 +165,7 @@ idea { jar { enabled = true - classifier("") + setArchiveClassifier("") } java { diff --git a/changelog.md b/changelog.md index 346240b..a0f8ccd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # 更改日志 +## 1.5.6 版本 + +- refactor: 优化启动配置,把扫描包改为自动配置 + +## 1.5.5 版本 + +- feat(cache): 增加缓存构建结果自定义处理 + +## 1.5.4 版本 + +- fix: 修复使用端点重启系统时出现 java.lang.LinkageError: loader 'app' attempted duplicate class definition for 问题 + ## 1.5.3 版本 - feat(store): 增加 DictStore#storeBatch 批量存储数据字典信息方法,Redis 通过使用 Pipeline 方式批量写入字典值文本数据 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ffed3a2..3994438 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists