From b0c23421fb0d55202646a46e4b96d171f9249a43 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 18 四月 2024 10:58:51 +0800
Subject: [PATCH] 增加正在进行的工程信息显示
---
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml | 13 +++----------
1 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
index 8e81bad..bea69f9 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
@@ -12,12 +12,6 @@
username: root
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
cloud:
nacos:
discovery:
@@ -30,11 +24,10 @@
port: 6379
password: 123456
mybatis-plus:
+ mapper-locations: classpath*:mapper/**/*.xml
- 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