|
@@ -14,13 +14,12 @@ spring:
|
|
|
username: sa
|
|
|
password:
|
|
|
connection-timeout: 30000
|
|
|
- idle-timeout: 120000
|
|
|
- max-lifetime: 600000
|
|
|
- minimum-idle: 10
|
|
|
- maximum-pool-size: 20
|
|
|
+ idle-timeout: 600000
|
|
|
+ max-lifetime: 1800000
|
|
|
+ minimum-idle: 3
|
|
|
+ maximum-pool-size: 12
|
|
|
pool-name: ThyyDatabasePool
|
|
|
leak-detection-threshold: 6000
|
|
|
- connection-test-query: select 1
|
|
|
jackson:
|
|
|
time-zone: GMT+8
|
|
|
date-format: yyyy-MM-dd HH:mm:ss
|