|
|
@@ -5,12 +5,12 @@ spring:
|
|
|
password: CrssRegistration
|
|
|
crss-stl:
|
|
|
datasource:
|
|
|
- url: jdbc:postgresql://localhost:5432/crss_settlement
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
crss-dataflow:
|
|
|
datasource:
|
|
|
- url: jdbc:postgresql://localhost:5432/crss_dataflow
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
|
|
|
username: postgres
|
|
|
password: postgres
|
|
|
xdf-control:
|