change - 配置文件

boardTest
yinq 10 months ago
parent 1fba49732f
commit 63a8552f4a

@ -22,7 +22,7 @@ server:
min-response-size: 1024
enabled: true
# 服务器的HTTP端口默认为8080
port: 8010
port: 8020
servlet:
# 应用的访问路径
context-path: /
@ -80,13 +80,13 @@ spring:
# redis 配置
redis:
# 地址
host: 127.0.0.1
host: 175.27.215.92
# 端口默认为6379
port: 6379
# 数据库索引
database: 6
# 密码
password: 123456
password: redis@2023
# 连接超时时间
timeout: 30s
lettuce:

Loading…
Cancel
Save