This commit is contained in:
77
2024-03-24 19:07:45 +08:00
parent d0b1f961e8
commit e6611ea05e
45 changed files with 935 additions and 104 deletions

View File

@@ -67,7 +67,7 @@ spring:
username: admin # 账号
password: 383200134 # 密码
port: 5672
virtual-host: /cai-dev
virtual-host: /xq-dev
redisson:
# redis key前缀

View File

@@ -68,7 +68,7 @@ spring:
username: admin # 账号
password: 383200134 # 密码
port: 5672
virtual-host: /cai-dev
virtual-host: /xq-dev
redisson:
# redis key前缀
keyPrefix:

View File

@@ -240,9 +240,6 @@ lock4j:
acquire-timeout: 3000
# 分布式锁的超时时间,默认为 30 秒
expire: 30000
cai:
enable-api-encryption: false
websocket: false
--- # Actuator 监控端点的配置项
management:
endpoints: