From 760b669397f7cc12b32281ec097b7689bb7233d6 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 17 四月 2024 09:20:26 +0800
Subject: [PATCH] 修改理片逻辑,添加任务表三层架构
---
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml | 16 +++++-----------
1 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
index 08ef1f5..a11fc50 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
@@ -12,14 +12,8 @@
username: root
password: beibo.123/
driver-class-name: com.mysql.cj.jdbc.Driver
- slave_1:
- #閰嶇疆鏁版嵁婧愮被鍨�
- type: com.zaxxer.hikari.HikariDataSource
- #閰嶇疆杩炴帴鏁版嵁搴撶殑淇℃伅
- driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
- url: jdbc:sqlserver://10.153.19.150:1433;databasename=mybatisTest
- username: sa
- password: 'beibo.123/'
+
+
cloud:
nacos:
discovery:
@@ -32,10 +26,10 @@
port: 6379
password: 123456
mybatis-plus:
- mapper-locations: classpath*:mapper/*.xml
+ 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