|
|
@@ -49,6 +49,16 @@ spring:
|
|
|
maximumPoolSize: 3
|
|
|
test-on-borrow: true
|
|
|
validation-query: SELECT 1
|
|
|
+ crss-registration:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:edb://${crss.database.ip}:5432/crss?currentSchema=registration&ApplicationName=calcAcJob
|
|
|
+ username: crss_registration
|
|
|
+ password: 51UF3JA9
|
|
|
+ driverClassName: com.edb.Driver
|
|
|
+ connectionTimeout: 3600000
|
|
|
+ maximumPoolSize: 3
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
|
|
|
jpa:
|
|
|
show-sql: false
|