feat(ops): 注册 SocialUserApi 并添加 vsp-notify 配置
- RpcConfiguration 新增 SocialUserApi Feign 客户端注册 - application.yaml 新增 viewsh.ops.vsp-notify 配置段 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -139,6 +139,13 @@ viewsh:
|
||||
version: ${viewsh.info.version}
|
||||
tenant: # 多租户相关配置项
|
||||
enable: true
|
||||
ops:
|
||||
vsp-notify:
|
||||
enabled: true
|
||||
base-url: http://192.168.0.105:8000
|
||||
connect-timeout: 5000
|
||||
read-timeout: 10000
|
||||
max-retry: 2
|
||||
|
||||
--- #################### 工单相关配置 ####################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user