|
|
@@ -5,42 +5,60 @@
|
|
|
<alias>dataSource_default</alias>
|
|
|
|
|
|
<!-- dev下使用该链接 -->
|
|
|
- <dbType>mysql</dbType>
|
|
|
- <driver>com.mysql.jdbc.Driver</driver>
|
|
|
- <driverUrl>jdbc:mysql://dev1.local:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>
|
|
|
+ <dbType>mysql</dbType>
|
|
|
+ <driver>com.mysql.jdbc.Driver</driver>
|
|
|
+ <driverUrl>jdbc:mysql://192.168.2.161:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>
|
|
|
<user>root</user>
|
|
|
<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://10.193.56.4:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
|
+ <!-- 本机VM 192.168.22.3 -->
|
|
|
+ <!-- <driverUrl>jdbc:mysql://192.168.22.3:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
|
<!-- <user>root</user>-->
|
|
|
- <!-- <password>Qhskyy@2023</password>-->
|
|
|
+ <!-- <password>szjyt168</password>-->
|
|
|
|
|
|
- <!-- 罗湖生产 -->
|
|
|
- <!-- <driverUrl>jdbc:mysql://172.16.40.182:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
|
+ <!-- 吴懿 -->
|
|
|
+ <!-- <driverUrl>jdbc:mysql://192.168.2.134:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
|
<!-- <user>root</user>-->
|
|
|
- <!-- <password>Lh789456123</password>-->
|
|
|
+ <!-- <password/>-->
|
|
|
|
|
|
- <!-- 明鉴 -->
|
|
|
- <!-- <driverUrl>jdbc:mysql://139.159.225.4:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
|
+ <!-- localhost -->
|
|
|
+ <!-- <driverUrl>jdbc:mysql://127.0.0.1:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
|
<!-- <user>root</user>-->
|
|
|
- <!-- <password>Jyxt%$*1466.</password>-->
|
|
|
+ <!-- <password>123456</password>-->
|
|
|
|
|
|
- <!-- 罗湖120 172.18.157.47 120.78.154.31 -->
|
|
|
- <!-- <driverUrl>jdbc:mysql://120.78.154.31:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
|
+ <!-- 检测管理系统-->
|
|
|
+ <!-- <dbType>mysql</dbType>-->
|
|
|
+ <!-- <driver>com.mysql.jdbc.Driver</driver>-->
|
|
|
+ <!-- <driverUrl>jdbc:mysql://119.23.210.103:3306/klts-ibps?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true</driverUrl>-->
|
|
|
<!-- <user>root</user>-->
|
|
|
- <!-- <password>Jyxt168.</password>-->
|
|
|
-
|
|
|
- <!-- 本机VM 192.168.22.3 -->
|
|
|
- <!-- <driverUrl>jdbc:mysql://192.168.22.3:3306/klims-ibps3?useUnicode=true&characterEncoding=utf-8</driverUrl>-->
|
|
|
+ <!-- <password>!$%^QWER</password>-->
|
|
|
+ <!-- 质量管理系统-->
|
|
|
+ <!-- <dbType>mysql</dbType>-->
|
|
|
+ <!-- <driver>com.mysql.jdbc.Driver</driver>-->
|
|
|
+ <!-- <driverUrl>jdbc:mysql://119.23.210.103:3306/klcams-ibps?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true</driverUrl>-->
|
|
|
<!-- <user>root</user>-->
|
|
|
- <!-- <password>szjyt168</password>-->
|
|
|
-
|
|
|
+ <!-- <password>!$%^QWER</password>-->
|
|
|
+ <!--
|
|
|
+ <dbType>oracle</dbType>
|
|
|
+ <driver>oracle.jdbc.OracleDriver</driver>
|
|
|
+ <driverUrl>jdbc:oracle:thin:@192.168.3.203:1521:ORCL</driverUrl>
|
|
|
+ <user>lc</user>
|
|
|
+ <password>lc</password>
|
|
|
+ -->
|
|
|
+ <!--
|
|
|
+ <dbType>postgres</dbType>
|
|
|
+ <driver>org.postgresql.Driver</driver>
|
|
|
+ <driverUrl>jdbc:postgresql://192.168.3.206:5432/platform</driverUrl>
|
|
|
+ <user>root</user>
|
|
|
+ <password>root</password>
|
|
|
+ -->
|
|
|
+ <!--
|
|
|
+ <dbType>mssql</dbType>
|
|
|
+ <driver>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver>
|
|
|
+ <driverUrl>jdbc:sqlserver://192.168.3.206:1433;DatabaseName=ibps_platform;integratedSecurity=false</driverUrl>
|
|
|
+ <user>ibps_platform</user>
|
|
|
+ <password>uij987eE90hgD</password>
|
|
|
+ -->
|
|
|
|
|
|
<status>actived</status>
|
|
|
<isDefault>true</isDefault>
|