|
|
@@ -20,6 +20,15 @@ spring:
|
|
|
url: jdbc:postgresql://192.168.233.9:5432/crss_external?currentSchema=xdfcontrol
|
|
|
username: crss_xdfcontrol
|
|
|
password: crss_xdfcontrol
|
|
|
+ crss-main:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
|
|
|
+ username: crss_meterprocess
|
|
|
+ password: crss_meterprocess
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maximumPoolSize: 2
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
|
|
|
crss:
|
|
|
docmgt:
|