build: 升级配置

This commit is contained in:
xiongxiaoyang
2025-03-16 14:27:47 +08:00
parent 467290b908
commit 14a1ff69bf
5 changed files with 116 additions and 106 deletions

View File

@ -3,14 +3,16 @@ spring:
import: classpath:application-common.yml
main:
allow-bean-definition-overriding: true
#Redis服务器IP
redis:
host: 127.0.0.1
#Redis服务器连接端口
port: 6379
#Redis服务器连接密码
password: test123456
timeout: 10000
data:
redis:
#Redis服务器IP
host: 127.0.0.1
#Redis服务器连接端口
port: 6379
#Redis服务器连接密码
password: test123456
#连接超时时间毫秒
timeout: 10000
logging:
level: