From ee8eb67b864a179a33a10854cadee631f2768aa3 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期一, 15 四月 2024 10:34:43 +0800
Subject: [PATCH] 添加所需实体类

---
 hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
index 172c868..d7bee72 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
@@ -15,18 +15,19 @@
   cloud:
     nacos:
       discovery:
-        server-addr: 192.168.6.128:8848
+        server-addr: 10.153.19.150:8848
   application:
     name: unLoadGlass
   redis:
     database: 0
-    host: 127.0.0.1
+    host: 10.153.19.150
     port: 6379
+    password: 123456
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
 
-#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-    # 璁剧疆 MyBatis 鏃ュ織绾у埆涓� ERROR
+  #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+  # 璁剧疆 MyBatis 鏃ュ織绾у埆涓� ERROR
 logging:
   level:
     com:

--
Gitblit v1.8.0