From e63f38bbb1c81f43a90a3a0945361fee3d2facc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sun, 27 Jul 2025 04:36:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=94=B9=EF=BC=9A=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 7 +++++++ src/main/resources/application.yml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 7b203cf..24ac32e 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -21,6 +21,13 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource + # redis + redis: + database: 0 + host: 8.134.169.209 + port: 16379 + password: redis_WSDb88 + # 日志配置 logging: level: diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4d362c5..f434b56 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -66,8 +66,8 @@ knife4j: max-request-size: 100MB redis: database: 0 - host: 8.134.169.209 - port: 16379 + host: 1Panel-redis-Q1LE + port: 6379 password: redis_WSDb88 # 邮件服务器配置