联调问题

This commit is contained in:
马三炮 2025-12-26 15:12:09 +08:00
parent 299bfa03d5
commit 89045e34dc
1 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ ruoyi:
# 开发环境配置 # 开发环境配置
server: server:
# 服务器的HTTP端口默认为8080 # 服务器的HTTP端口默认为8080
port: 58080 port: 58062
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /
@ -64,17 +64,17 @@ spring:
devtools: devtools:
restart: restart:
# 热部署开关 # 热部署开关
enabled: true enabled: false
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: localhost host: 192.168.0.14
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 2004
# 数据库索引 # 数据库索引
database: 0 database: 6
# 密码 # 密码
password: password: Plzbns@Redis123!
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce: