From 17ce21955b4e3402d3d5868b52e50bfdd55bc572 Mon Sep 17 00:00:00 2001
From: xuruiqian <xu.ruiqian@icloud.com>
Date: Wed, 04 Jun 2025 11:19:50 +0800
Subject: [PATCH] update
---
04-Development/02-Code/bwf/com.farriver.bwf.data.master/src/main/resources/generatorConfig.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/04-Development/02-Code/bwf/com.farriver.bwf.data.master/src/main/resources/generatorConfig.xml b/04-Development/02-Code/bwf/com.farriver.bwf.data.master/src/main/resources/generatorConfig.xml
index c466e6b..d4658eb 100644
--- a/04-Development/02-Code/bwf/com.farriver.bwf.data.master/src/main/resources/generatorConfig.xml
+++ b/04-Development/02-Code/bwf/com.farriver.bwf.data.master/src/main/resources/generatorConfig.xml
@@ -11,7 +11,7 @@
<property name="suppressAllComments" value="true"/>
</commentGenerator>
<!--itfsw.LimitPlugin 必须用这个com.mysql.jdbc.Driver-->
- <jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://39.98.182.30:3306/fr_bwf"
+ <jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://47.121.117.123:3306/fr_bwf"
userId="root" password="abcd,.1234">
<property name="nullCatalogMeansCurrent" value="true"/>
</jdbcConnection>
--
Gitblit v1.9.3