change - 配置文件

boardTest
yinq 10 months ago
parent 1fba49732f
commit 63a8552f4a

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

Loading…
Cancel
Save