委托撤回功能

This commit is contained in:
dxc
2022-02-15 09:33:28 +08:00
parent 91258a8f70
commit 3509758791
16 changed files with 724 additions and 4 deletions

View File

@ -90,6 +90,8 @@ spring:
# 天宫 redis 需要使用哨兵进行访问
redis:
database:
idempotent: 0
sentinel:
master: eshop-redis
nodes: 10.125.164.124:32718, 10.125.164.118:32716, 10.125.164.121:32716
@ -175,3 +177,10 @@ management:
cors:
allowed-origins: "*"
allowed-methods: "*"
health:
mongo:
enabled: false
data:
mongodb:
uri: mongodb://admin:M2RXbt8Vog9e@10.242.29.19:10011/ebtp_mall_im?authSource=admin&authMechanism=SCRAM-SHA-1&maxIdleTimeMS=3000