|
|
|
|
6
|
datasource:
|
6
|
datasource:
|
7
|
username: estateagents
|
7
|
username: estateagents
|
8
|
password: estateagents
|
8
|
password: estateagents
|
9
|
- url: jdbc:mysql://47.101.36.130:3306/estateagents?useUnicode=true&serverTimezone=CTT&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
|
|
|
|
|
9
|
+ url: jdbc:mysql://47.101.36.130:3306/estateagents?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
|
10
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
10
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
11
|
initial-size: 10 # 初始化连接数
|
11
|
initial-size: 10 # 初始化连接数
|
12
|
max-active: 20 # 最大连接数
|
12
|
max-active: 20 # 最大连接数
|