From 873114cc56fb6181db86fef920520e218257e235 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期四, 11 四月 2024 10:41:45 +0800 Subject: [PATCH] 代码迁移 --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml index 437e3eb..86f564f 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml @@ -9,14 +9,14 @@ cloud: nacos: discovery: - server-addr: 127.0.0.1:8848 + server-addr: 10.153.19.150:8848 application: name: cacheGlass - redis: - database: 0 - host: 192.168.56.10 - port: 6379 - password: +# redis: +# database: 0 +# host: 192.168.56.10 +# port: 6379 +# password: session: store-type: redis mybatis-plus: -- Gitblit v1.8.0