Browse Source

[data-extraction dev2] try fix jdbc error on startup

dmendoza 7 years ago
parent
commit
f1290b0e54
1 changed files with 4 additions and 0 deletions
  1. 4 0
      crss-data/crss-data-dev2.yml

+ 4 - 0
crss-data/crss-data-dev2.yml

@@ -2,6 +2,7 @@ spring:
   datasource:
     driverClassName: org.postgresql.Driver
     url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
+    jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
     username: crss_dataextraction
     password: crss_dataextraction
 crss:
@@ -9,12 +10,14 @@ crss:
     datasource:
       driverClassName: org.postgresql.Driver
       url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataextraction
       username: crss_dataextraction
       password: crss_dataextraction
   datawarehouse:
     datasource:
       platform: postgresql
       url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_external?currentSchema=datawarehouse
+      jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_external?currentSchema=datawarehouse
       username: crss_datawarehouse
       password: crss_datawarehouse
       driverClassName: org.postgresql.Driver
@@ -26,6 +29,7 @@ crss:
      datasource:
        driverClassName: org.postgresql.Driver
        url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
+       jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration
        username: crss_registration
        password: crss_registration
        hikari: