From 37bc27edcc02b774a60109e89a0b38dbd6998093 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 13 十月 2025 07:56:27 +0800
Subject: [PATCH] 1、修改ERP端口配置为3309
---
hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-yw.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-yw.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-yw.yml
index 77aca0a..f2a3c90 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-yw.yml
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application-yw.yml
@@ -10,12 +10,12 @@
password: beibo.123/
driver-class-name: com.mysql.cj.jdbc.Driver
pp:
- url: jdbc:mysql://192.168.2.100:3306/pp?serverTimezone=GMT%2b8
+ url: jdbc:mysql://192.168.2.100:3309/pp?serverTimezone=GMT%2b8
username: root
password: beibo.123/
driver-class-name: com.mysql.cj.jdbc.Driver
sd:
- url: jdbc:mysql://192.168.2.100:3306/sd?serverTimezone=GMT%2b8
+ url: jdbc:mysql://192.168.2.100:3309/sd?serverTimezone=GMT%2b8
username: root
password: beibo.123/
driver-class-name: com.mysql.cj.jdbc.Driver
--
Gitblit v1.8.0