You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
585 B
29 lines
585 B
spring:
|
|
datasource:
|
|
tomcat:
|
|
min-evictable-idle-time-millis: 200000
|
|
max-active: 30
|
|
max-idle: 2
|
|
min-idle: 1
|
|
max-age: 200000
|
|
hikari:
|
|
minimum-idle: 2
|
|
maximum-pool-size: 20
|
|
connection-timeout: 15000
|
|
idle-timeout: 10000
|
|
max-lifetime: 40000
|
|
data-source-properties:
|
|
oracle:
|
|
net:
|
|
CONNECT_TIMEOUT: 120000
|
|
READ_TIMEOUT: 120000
|
|
jdbc:
|
|
ReadTimeout: 120000
|
|
jpa:
|
|
properties:
|
|
javax:
|
|
persistence:
|
|
query:
|
|
timeout: 120000
|
|
|