添加连接池配置
This commit is contained in:
@@ -13,6 +13,13 @@ spring:
|
|||||||
name: client
|
name: client
|
||||||
profiles:
|
profiles:
|
||||||
active: ${PROFILES_ACTIVE:dev}
|
active: ${PROFILES_ACTIVE:dev}
|
||||||
|
datasource:
|
||||||
|
hikari:
|
||||||
|
maximum-pool-size: 50
|
||||||
|
minimum-idle: 20
|
||||||
|
connection-timeout: 5000
|
||||||
|
idle-timeout: 300000
|
||||||
|
max-lifetime: 900000
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 4MB
|
max-file-size: 4MB
|
||||||
|
|||||||
Reference in New Issue
Block a user