|
|
@@ -1,7 +1,7 @@
|
|
|
spring:
|
|
|
crss-stl:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=settlement
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement
|
|
|
username: crss_settlement
|
|
|
password: crss_settlement
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -13,7 +13,7 @@ spring:
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
crss-main:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=meterprocess
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
|
|
|
username: crss_meterprocess
|
|
|
password: crss_meterprocess
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
@@ -25,7 +25,7 @@ spring:
|
|
|
driverClassName: org.postgresql.Driver
|
|
|
crss-nmms:
|
|
|
datasource:
|
|
|
- jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_table_partitioning?currentSchema=nmms
|
|
|
+ jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
|
|
|
username: crss_nmms
|
|
|
password: crss_nmms
|
|
|
driverClassName: org.postgresql.Driver
|