|
@ -10,6 +10,10 @@ express:
|
|
|
|
|
|
spring:
|
|
spring:
|
|
datasource:
|
|
datasource:
|
|
|
|
hikari:
|
|
|
|
idle-timeout: 600000 # 10 minutes
|
|
|
|
max-lifetime: 1800000 # 30 minutes
|
|
|
|
health-check-properties: "select 1"
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
max-active: 50
|
|
max-active: 50
|
|
max-idle: 50 #最大空闲连接
|
|
max-idle: 50 #最大空闲连接
|