|
@@ -7,10 +7,14 @@
|
|
|
<!-- dev下使用该链接 -->
|
|
<!-- dev下使用该链接 -->
|
|
|
<dbType>mysql</dbType>
|
|
<dbType>mysql</dbType>
|
|
|
<driver>com.mysql.jdbc.Driver</driver>
|
|
<driver>com.mysql.jdbc.Driver</driver>
|
|
|
- <!-- 金源 172.18.157.44 119.23.210.103 -->
|
|
|
|
|
- <driverUrl>jdbc:mysql://119.23.210.103:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>
|
|
|
|
|
|
|
+ <driverUrl>jdbc:mysql://dev1.local:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>
|
|
|
<user>root</user>
|
|
<user>root</user>
|
|
|
- <password>!$%^QWER</password>
|
|
|
|
|
|
|
+ <password>test001</password>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- 金源 172.18.157.44 119.23.210.103 -->
|
|
|
|
|
+<!-- <driverUrl>jdbc:mysql://119.23.210.103:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
|
|
|
+<!-- <user>root</user>-->
|
|
|
|
|
+<!-- <password>!$%^QWER</password>-->
|
|
|
|
|
|
|
|
<!-- 罗湖生产 -->
|
|
<!-- 罗湖生产 -->
|
|
|
<!-- <driverUrl>jdbc:mysql://172.16.40.182:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
<!-- <driverUrl>jdbc:mysql://172.16.40.182:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|