Skip to content

Commit 8c8988d

Browse files
committed
🔖 v0.0.6 发布
1 parent 7ab95ba commit 8c8988d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
- feat: 角色新增 scopeType,暂时支持全部,本人,本部门,本人及子部门等几种范围类型
2525
- feat: 新增短信发送 stater
2626
- feat: excel导出支持自定义头信息
27+
- feat: 新增 JacksonUtils,方便全局统一 objectMapper 配置
2728

2829
### Changed
2930

3031
- fix: 修复没有提供默认 profile,导致用户不指定 profile 时,全局异常处理无法正常初始化的问题
32+
- refactor: Lov 模块调整
3133
- refactor: lovBody 和 lovSearch 关联属性由 lovId 更改为 keyword
3234
- refactor: UserDetails 属性重构,抽象出用户资源(userResources)和用户属性(userAttributes),默认将用户的角色和权限作为资源存入userResources. 可以重写UserInfoCoordinator类,来根据业务调整用户资源和用户属性
3335
- refactor: kafka 消费者配置提供
@@ -38,7 +40,7 @@
3840
- refactor: 字典附加属性,value值修改为object类型
3941
- fix: 修复用户在容器初始化前使用缓存注解时,CacheLock未初始化导致的异常问题
4042
- fix: 移除 hutool json 的使用(该工具类部分情况下可能导致栈溢出)
41-
- refactor: Lov 模块调整
43+
- refactor: 支持用户select数据查询接口使用 userTypes 进行多类型筛选,删除原先的地址栏占位符查询方式
4244

4345
### Dependency
4446

ballcat-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
<properties>
38-
<revision>0.0.6-SNAPSHOT</revision>
38+
<revision>0.0.6</revision>
3939
<flatten-maven-plugin.version>1.1.0</flatten-maven-plugin.version>
4040
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
4141
<maven-release-plugin.version>3.0.0-M1</maven-release-plugin.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
<properties>
45-
<revision>0.0.6-SNAPSHOT</revision>
45+
<revision>0.0.6</revision>
4646

4747
<java.version>1.8</java.version>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)