瀏覽代碼

[dev2] update meterprocess datasource configs

dmendoza 7 年之前
父節點
當前提交
2b493eba47

+ 0 - 3
crss-meterprocess-app/crss-meterprocess-app-dev2.yml

@@ -2,21 +2,18 @@ spring:
   crss-main:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
   crss-registration:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
   crss-nmms:
     datasource:
       driverClassName: ${spring.datasource.driverClassName}
-      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
       username: crss_nmms
       password: crss_nmms

+ 4 - 0
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-dev2.yml

@@ -2,24 +2,28 @@ spring:
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
   crss-nmms:
       datasource:
         jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
+        url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms
         username: crss_nmms
         password: crss_nmms
         driverClassName: org.postgresql.Driver
   crss-registration:
       dataSource:
         jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+        url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
         username: crss_registration
         password: crss_registration
         driverClassName: org.postgresql.Driver

+ 3 - 0
crss-mtr/crss-mtr-dev2.yml

@@ -2,6 +2,7 @@ spring:
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
+      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow
       username: crss_dataflow
       password: crss_dataflow
       driverClassName: org.postgresql.Driver
@@ -11,6 +12,7 @@ spring:
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver
@@ -20,6 +22,7 @@ spring:
   crss-registration:
     dataSource:
       jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
+      url: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=registration
       username: crss_registration
       password: crss_registration
       driverClassName: org.postgresql.Driver