|
|
@@ -11,3 +11,12 @@ spring:
|
|
|
username: crss_worklist
|
|
|
password: c3XL8Lcb
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
+ crss-main:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.1.120:5432/crss?currentSchema=meterprocess
|
|
|
+ username: crss_meterprocess
|
|
|
+ password: D9JpfUtT
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maximumPoolSize: 2
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|