1. 新增分页接口聚合查询注解支持
2. 优化 databus api 日志记录的字段缺失问题 3. 新增 eplat sso 页面登录校验 4. 用户、部门编辑新增 seata 事务支持 5. 新增 iwork 流程发起接口 6. 新增 eban 同步用户时的岗位处理逻辑 7. 新增无 skywalking 时的 traceId 支持
This commit is contained in:
@@ -103,6 +103,28 @@ spring:
|
||||
easy-trans:
|
||||
is-enable-global: true # 启用全局翻译(拦截所有 SpringMVC ResponseBody 进行自动翻译 )。如果对于性能要求很高可关闭此配置,或通过 @IgnoreTrans 忽略某个接口
|
||||
|
||||
--- #################### iWork 集成配置 ####################
|
||||
|
||||
iwork:
|
||||
enabled: true
|
||||
base-url: http://172.16.36.233:8080
|
||||
app-id:
|
||||
client-public-key:
|
||||
user-id:
|
||||
workflow-id:
|
||||
paths:
|
||||
register: /api/ec/dev/auth/regist
|
||||
apply-token: /api/ec/dev/auth/applytoken
|
||||
user-info: /api/workflow/paService/getUserInfo
|
||||
create-workflow: /api/workflow/paService/doCreateRequest
|
||||
void-workflow: /api/workflow/paService/doCancelRequest
|
||||
token:
|
||||
ttl-seconds: 3600
|
||||
refresh-ahead-seconds: 60
|
||||
client:
|
||||
connect-timeout: 5s
|
||||
response-timeout: 30s
|
||||
|
||||
--- #################### RPC 远程调用相关配置 ####################
|
||||
|
||||
--- #################### 消息队列相关 ####################
|
||||
@@ -236,7 +258,7 @@ sync:
|
||||
|
||||
eplat:
|
||||
share:
|
||||
url-prefix: https://10.1.7.110
|
||||
url-prefix: http://10.1.7.110
|
||||
client-id: ztjgj5gsJ2uU20900h9j
|
||||
client-secret: DC82AD38EA764719B6DC7D71AAB4856C
|
||||
scope: read
|
||||
|
||||
Reference in New Issue
Block a user