File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 24
24
- feat: 角色新增 scopeType,暂时支持全部,本人,本部门,本人及子部门等几种范围类型
25
25
- feat: 新增短信发送 stater
26
26
- feat: excel导出支持自定义头信息
27
+ - feat: 新增 JacksonUtils,方便全局统一 objectMapper 配置
27
28
28
29
### Changed
29
30
30
31
- fix: 修复没有提供默认 profile,导致用户不指定 profile 时,全局异常处理无法正常初始化的问题
32
+ - refactor: Lov 模块调整
31
33
- refactor: lovBody 和 lovSearch 关联属性由 lovId 更改为 keyword
32
34
- refactor: UserDetails 属性重构,抽象出用户资源(userResources)和用户属性(userAttributes),默认将用户的角色和权限作为资源存入userResources. 可以重写UserInfoCoordinator类,来根据业务调整用户资源和用户属性
33
35
- refactor: kafka 消费者配置提供
38
40
- refactor: 字典附加属性,value值修改为object类型
39
41
- fix: 修复用户在容器初始化前使用缓存注解时,CacheLock未初始化导致的异常问题
40
42
- fix: 移除 hutool json 的使用(该工具类部分情况下可能导致栈溢出)
41
- - refactor: Lov 模块调整
43
+ - refactor: 支持用户select数据查询接口使用 userTypes 进行多类型筛选,删除原先的地址栏占位符查询方式
42
44
43
45
### Dependency
44
46
Original file line number Diff line number Diff line change 35
35
36
36
37
37
<properties >
38
- <revision >0.0.6-SNAPSHOT </revision >
38
+ <revision >0.0.6</revision >
39
39
<flatten-maven-plugin .version>1.1.0</flatten-maven-plugin .version>
40
40
<nexus-staging-maven-plugin .version>1.6.8</nexus-staging-maven-plugin .version>
41
41
<maven-release-plugin .version>3.0.0-M1</maven-release-plugin .version>
Original file line number Diff line number Diff line change 42
42
43
43
44
44
<properties >
45
- <revision >0.0.6-SNAPSHOT </revision >
45
+ <revision >0.0.6</revision >
46
46
47
47
<java .version>1.8</java .version>
48
48
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments