|
@@ -2,15 +2,15 @@ dataSources:
|
|
|
cpp:
|
|
|
dataSourceClassName: com.alibaba.druid.pool.DruidDataSource
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://192.168.1.205:3306/cpp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://192.168.1.205:3306/cpp-test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
password: '!QAZ2root'
|
|
|
# 初始连接数
|
|
|
- initialSize: 5
|
|
|
+ initialSize: 10
|
|
|
# 最小连接池数量
|
|
|
- minIdle: 10
|
|
|
+ minIdle: 20
|
|
|
# 最大连接池数量
|
|
|
- maxActive: 20
|
|
|
+ maxActive: 90
|
|
|
# 配置获取连接等待超时的时间
|
|
|
maxWait: 60000
|
|
|
# 配置连接超时时间
|