|
@@ -26,6 +26,20 @@ dataSources:
|
|
|
testWhileIdle: true
|
|
testWhileIdle: true
|
|
|
poolPreparedStatements: true
|
|
poolPreparedStatements: true
|
|
|
maxOpenPreparedStatements: 100
|
|
maxOpenPreparedStatements: 100
|
|
|
|
|
+ vbdsm_2024: !!com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
+ driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
|
+ url: jdbc:mysql://47.112.30.247:13306/vbdsm_2024?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
|
|
|
+ username: root
|
|
|
|
|
+ password: 123456
|
|
|
|
|
+ filters: stat
|
|
|
|
|
+ maxActive: 30
|
|
|
|
|
+ initialSize: 5
|
|
|
|
|
+ minIdle: 10
|
|
|
|
|
+ maxWait: 60000
|
|
|
|
|
+ validationQuery: SELECT 1
|
|
|
|
|
+ testWhileIdle: true
|
|
|
|
|
+ poolPreparedStatements: true
|
|
|
|
|
+ maxOpenPreparedStatements: 100
|
|
|
vbdsm_sysbase: !!com.alibaba.druid.pool.DruidDataSource
|
|
vbdsm_sysbase: !!com.alibaba.druid.pool.DruidDataSource
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
url: jdbc:mysql://47.112.30.247:13306/vbdsm_sysbase?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
|
url: jdbc:mysql://47.112.30.247:13306/vbdsm_sysbase?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|