From d835c061b4c259bbc35784c3234c8133fdef20af Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 15 四月 2024 11:39:17 +0800
Subject: [PATCH] 部分优化代码

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

diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
index 8e81bad..91f65a2 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
@@ -13,11 +13,11 @@
           password: beibo.123/
           driver-class-name: com.mysql.cj.jdbc.Driver
 
-          sqlserver:
-            url: jdbc:sqlserver://localhost:1433;databaseName=hangzhoumes
-            username: sa
-            password: beibo.123/
-            driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
+#          sqlserver:
+#            url: jdbc:sqlserver://localhost:1433;databaseName=hangzhoumes
+#            username: sa
+#            password: beibo.123/
+#            driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
   cloud:
     nacos:
       discovery:
@@ -33,8 +33,8 @@
 
     mapper-locations: classpath*:mapper/sqlserver/*.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