Просмотр исходного кода

update dataSource-dev.xml with ip address

Li Yuan 2 лет назад
Родитель
Сommit
6ca350ad7a

+ 2 - 2
ibps-oauth-root/modules/oauth-server2/src/main/resources/conf/dataSource-dev.xml

@@ -10,9 +10,9 @@
 <!--    <driverUrl>jdbc:mysql://39.108.0.125:3306/klims-ibps?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>-->
 <!--    <user>root</user>-->
 <!--    <password>!$%^QWER</password>-->
-    <driverUrl>jdbc:mysql://119.23.210.103:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
+    <driverUrl>jdbc:mysql://192.168.2.161:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
     <user>root</user>
-    <password>!$%^QWER</password>
+    <password>test001</password>
 	<!-- 	
 	<dbType>oracle</dbType>
     <driver>oracle.jdbc.OracleDriver</driver>

+ 2 - 2
ibps-provider-root/modules/provider-business/src/main/resources/conf/dataSource-dev.xml

@@ -7,9 +7,9 @@
     <!-- dev下使用该链接 -->
  	<dbType>mysql</dbType>
   	<driver>com.mysql.jdbc.Driver</driver>
-    <driverUrl>jdbc:mysql://119.23.210.103:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
+    <driverUrl>jdbc:mysql://192.168.2.161:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
     <user>root</user>
-    <password>!$%^QWER</password>
+    <password>test001</password>
 
     <!-- 本机VM 192.168.22.3 -->
 <!--    <driverUrl>jdbc:mysql://192.168.22.3:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>-->

+ 2 - 2
ibps-provider-root/modules/provider-platform/src/main/resources/conf/dataSource-dev.xml

@@ -7,9 +7,9 @@
     <!-- dev下使用该链接 -->
     <dbType>mysql</dbType>
     <driver>com.mysql.jdbc.Driver</driver>
-    <driverUrl>jdbc:mysql://119.23.210.103:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
+    <driverUrl>jdbc:mysql://192.168.2.161:3306/klims-ibps3?useUnicode=true&amp;characterEncoding=utf-8</driverUrl>
     <user>root</user>
-    <password>!$%^QWER</password>
+    <password>test001</password>
 
 
     <!-- 金源   172.18.157.44      119.23.210.103  -->