|
|
@@ -5,7 +5,7 @@ spring:
|
|
|
username: crss_dataflow
|
|
|
password: crss_dataflow
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
- maxPoolSize: 5
|
|
|
+ maxPoolSize: 2
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
crss-main:
|
|
|
@@ -14,7 +14,7 @@ spring:
|
|
|
username: crss_meterprocess
|
|
|
password: crss_meterprocess
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
- maxPoolSize: 5
|
|
|
+ maxPoolSize: 2
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
crss-registration:
|
|
|
@@ -23,7 +23,7 @@ spring:
|
|
|
username: crss_registration
|
|
|
password: crss_registration
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
- maxPoolSize: 5
|
|
|
+ maxPoolSize: 2
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
jpa:
|