|
@@ -108,11 +108,11 @@ spring:
|
|
|
druid:
|
|
|
initial-size: 5
|
|
|
slave:
|
|
|
- driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- platform: mysql
|
|
|
- url: jdbc:mysql://192.168.2.126:3307/xy_st?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
- username: root
|
|
|
- password: Lat0ne@tesT
|
|
|
+ driver-class-name: oracle.jdbc.OracleDriver
|
|
|
+ platform: oracle
|
|
|
+ url: jdbc:oracle:thin:@192.159.4.84:1521/orcl
|
|
|
+ username: HIS3INTERFACE
|
|
|
+ password: HIS3INTERFACE
|
|
|
druid:
|
|
|
initial-size: 5
|
|
|
|