Skip to content

Commit

Permalink
build: 发布 1.5.6 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
houkunlin committed Aug 19, 2024
1 parent 417dc3f commit f3fd0f2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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.
Expand Down Expand Up @@ -165,7 +165,7 @@ idea {

jar {
enabled = true
classifier("")
setArchiveClassifier("")
}

java {
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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 方式批量写入字典值文本数据
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f3fd0f2

Please sign in to comment.