From f90daa67719b81b393f62419f22649a482625f3e Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Wed, 16 Apr 2025 16:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eredis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource-server/src/main/resources/application.yml | 1 + wechat-server/src/main/resources/application.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/resource-server/src/main/resources/application.yml b/resource-server/src/main/resources/application.yml index 1ef8935..372b82b 100644 --- a/resource-server/src/main/resources/application.yml +++ b/resource-server/src/main/resources/application.yml @@ -16,6 +16,7 @@ spring: config: import: - nacos:yt-common.properties?refreshEnabled=true + - nacos:yt-redis.yaml?refreshEnabled=true - nacos:resource-server.yaml?refreshEnabled=true cloud: nacos: diff --git a/wechat-server/src/main/resources/application.yml b/wechat-server/src/main/resources/application.yml index 21b8843..76a7003 100644 --- a/wechat-server/src/main/resources/application.yml +++ b/wechat-server/src/main/resources/application.yml @@ -16,6 +16,7 @@ spring: config: import: - nacos:yt-common.properties?refreshEnabled=true + - nacos:yt-redis.yaml?refreshEnabled=true - nacos:wechat-server.yaml?refreshEnabled=true cloud: nacos: