|
|
@@ -11,6 +11,15 @@ spring:
|
|
|
jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=worklist
|
|
|
username: crss_worklist
|
|
|
password: crss_worklist
|
|
|
+ crss-main:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=meterprocess
|
|
|
+ username: crss_meterprocess
|
|
|
+ password: crss_meterprocess
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ maximumPoolSize: 2
|
|
|
+ test-on-borrow: true
|
|
|
+ validation-query: SELECT 1
|
|
|
|
|
|
server:
|
|
|
port: 8082
|