From bf7cabb506cb096fdc91e6e5f2ede6565112e90f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Fri, 26 Dec 2025 15:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E8=B0=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bonus-business/src/main/resources/application.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bonus-business/src/main/resources/application.yml b/bonus-business/src/main/resources/application.yml index fe961cb..f6bb284 100644 --- a/bonus-business/src/main/resources/application.yml +++ b/bonus-business/src/main/resources/application.yml @@ -16,7 +16,7 @@ ruoyi: # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 - port: 58080 + port: 58062 servlet: # 应用的访问路径 context-path: / @@ -64,17 +64,17 @@ spring: devtools: restart: # 热部署开关 - enabled: true + enabled: false # redis 配置 redis: # 地址 - host: localhost + host: 192.168.0.14 # 端口,默认为6379 - port: 6379 + port: 2004 # 数据库索引 - database: 0 + database: 6 # 密码 - password: + password: Plzbns@Redis123! # 连接超时时间 timeout: 10s lettuce: