|
|
@@ -1,7 +1,7 @@
|
|
|
spring:
|
|
|
crss-stl:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=settlement
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -18,7 +18,7 @@ spring:
|
|
|
validation-query: SELECT 1
|
|
|
crss-main:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -26,7 +26,7 @@ spring:
|
|
|
maxPoolSize: 20
|
|
|
crss-metering:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=metering
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -34,7 +34,7 @@ spring:
|
|
|
maxPoolSize: 20
|
|
|
crss-nmms:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=nmms
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -42,7 +42,7 @@ spring:
|
|
|
maxPoolSize: 20
|
|
|
crss-dataflow:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
driverClassName: org.postgresql.Driver
|