From f00a59b4f30accf2b23ae0d58fac23d966a48d24 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期六, 13 六月 2026 20:11:51 +0800
Subject: [PATCH] fix: 优化生产订单查询
---
src/main/resources/application-xswh.yml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application-xswh.yml b/src/main/resources/application-xswh.yml
index c6c6b14..0e01ea6 100644
--- a/src/main/resources/application-xswh.yml
+++ b/src/main/resources/application-xswh.yml
@@ -73,7 +73,7 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-xswh?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://172.17.0.1:9000/product-inventory-management-xswh?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: xswh@123456..
# 浠庡簱鏁版嵁婧�
@@ -144,8 +144,6 @@
enabled: false
# redis 閰嶇疆
data:
- mongodb:
- uri: mongodb://114.132.189.42:9028/chat_memory_db_hyjc
# redis 閰嶇疆
redis:
# 鍦板潃
--
Gitblit v1.9.3