Skip to content

Commit

Permalink
build: 发布 1.4.6.2 修复版本
Browse files Browse the repository at this point in the history
- fix: 修复某些场景下获取不到 RedisTemplate<String, DictTypeVo> 导致启动失败问题
  • Loading branch information
houkunlin committed Dec 13, 2021
1 parent 6ce4163 commit fbfd3ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = 'com.houkunlin'
version = '1.4.6.1'
version = '1.4.6.2'
sourceCompatibility = '1.8'
description = """
系统数据字典自动翻译成字典文本。可集合系统数据库中存储的用户数据字典,也可使用枚举做系统数据字典,主要用在返回数据给前端时自动把字典值翻译成字典文本信息;
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更改日志

## 1.4.6.2 版本

- fix: 修复某些场景下获取不到 RedisTemplate<String, DictTypeVo> 导致启动失败问题
- 在一些多模块项目中,公共模块配置了 RedisTemplate<String, Object> Bean 先注入到上下文中,系统字典的
RedisTemplate<String, DictTypeVo> 无法继续注入,因此导致启动失败

## 1.4.6.1 版本

- fix: 修复字典值使用文本分隔转换数组结果时,字典值无分隔符导致无数据问题
Expand Down

0 comments on commit fbfd3ad

Please sign in to comment.