From 4804ee6b16b0c9215b475256e5371e810c7b81cb Mon Sep 17 00:00:00 2001 From: wangwei Date: Mon, 24 Feb 2025 16:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9C=8D=E5=8A=A1=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E8=B0=83=E6=95=B4redis=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 2b10e16..1855645 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -16,7 +16,7 @@ ruoyi: # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 - port: 8080 + port: 8081 servlet: # 应用的访问路径 context-path: / @@ -68,13 +68,13 @@ spring: # redis 配置 redis: # 地址 - host: localhost + host: 192.168.3.17 # 端口,默认为6379 port: 6379 # 数据库索引 database: 0 # 密码 - password: + password: huaxin123 # 连接超时时间 timeout: 10s lettuce: