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: