浏览代码

replaced db to schema based urls + changed profile from qa to azure for standardization

Jejomar Dimayuga 8 年之前
父节点
当前提交
4a7d4801f3

+ 1 - 1
crss-admin/crss-admin-azure.yml

@@ -2,7 +2,7 @@ spring:
   profiles:
     include: ldap
   datasource:
-    url: jdbc:postgresql://10.64.0.4:5432/crss_admin
+    url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=admin
     username: crss_admin
     password: crss_admin
   mail:

+ 3 - 3
crss-audit/application-qa.yml → crss-audit/application-azure.yml

@@ -1,9 +1,9 @@
 spring:
   crss-audit:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_audit
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=audit
+      username: crss_audit
+      password: crss_audit
       driverClassName: org.postgresql.Driver
       maxPoolSize: 20
       connectionTimeout: 10000

+ 3 - 3
crss-dataflow-app/application-qa.yml → crss-dataflow-app/application-azure.yml

@@ -1,9 +1,9 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       maxPoolSize: 20
       connectionTimeout: 10000

+ 9 - 9
crss-datainterface-task-ingest/application-qa.yml → crss-datainterface-task-ingest/application-azure.yml

@@ -7,25 +7,25 @@ spring:
       driverClassName: oracle.jdbc.OracleDriver
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 5
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/todi_crss_nmms
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 5
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/todi_crss_reg
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 1 - 1
crss-metering/crss-metering-azure.yml

@@ -1,6 +1,6 @@
 spring:
   profiles.include: pg-query
   datasource:
-    url: jdbc:postgresql://10.64.0.4:5432/crss_metering
+    url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering
     username: crss_metering
     password: crss_metering

+ 9 - 9
crss-meterprocess-app/application-qa.yml → crss-meterprocess-app/application-azure.yml

@@ -1,27 +1,27 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_reg
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_nmms
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 9 - 9
crss-meterprocess-stream-daily-sink/application-qa.yml → crss-meterprocess-stream-daily-sink/application-azure.yml

@@ -1,27 +1,27 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_metering
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_reg
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 6 - 6
crss-meterprocess-stream-mapper/application-qa.yml → crss-meterprocess-stream-mapper/application-azure.yml

@@ -6,18 +6,18 @@ spring:
           content-type: application/json
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_reg
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 9 - 9
crss-meterprocess-stream-processor-daily-validate/application-qa.yml → crss-meterprocess-stream-processor-daily-validate/application-azure.yml

@@ -1,27 +1,27 @@
 spring:
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_metering
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_reg
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 9 - 9
crss-meterprocess-stream-source-daily-raw/application-qa.yml → crss-meterprocess-stream-source-daily-raw/application-azure.yml

@@ -3,9 +3,9 @@ spring:
   profiles: dailyExtract
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: 123qwe
-    username: postgres
-    url: jdbc:postgresql://10.64.0.4:5432/crss_metering
+    password: crss_metering
+    username: crss_metering
+    url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering
     maxPoolSize: 5
     test-on-borrow: true
     validation-query: SELECT 1
@@ -33,9 +33,9 @@ spring:
   profiles: monthlyExtract
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: 123qwe
-    username: postgres
-    url: jdbc:postgresql://10.64.0.4:5432/crss_metering
+    password: crss_metering
+    username: crss_metering
+    url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering
     maxPoolSize: 5
     test-on-borrow: true
     validation-query: SELECT 1
@@ -62,9 +62,9 @@ logging:
 spring:
   datasource:
     driver-class-name: org.postgresql.Driver
-    password: 123qwe
-    username: postgres
-    url: jdbc:postgresql://10.64.0.4:5432/crss_metering
+    password: crss_metering
+    username: crss_metering
+    url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering
     maxPoolSize: 5
     test-on-borrow: true
     validation-query: SELECT 1

+ 9 - 9
crss-meterprocess-task-stlready/application-qa.yml → crss-meterprocess-task-stlready/application-azure.yml

@@ -1,27 +1,27 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-nmms:
       datasource:
-        jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_nmms
-        username: postgres
-        password: 123qwe
+        jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=nmms
+        username: crss_nmms
+        password: crss_nmms
         driverClassName: org.postgresql.Driver
         maxPoolSize: 5
         test-on-borrow: true

+ 9 - 9
crss-mq-computation/application-qa.yml → crss-mq-computation/application-azure.yml

@@ -1,27 +1,27 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_reg
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 9 - 9
crss-mtr/application-qa.yml → crss-mtr/application-azure.yml

@@ -1,27 +1,27 @@
 spring:
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
       validation-query: SELECT 1
   crss-registration:
     dataSource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_reg
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 3 - 3
crss-reg/crss-reg-azure.yml

@@ -1,8 +1,8 @@
 spring:
   datasource:
-    url: jdbc:postgresql://10.64.0.4:5432/crss_reg
-    username: crss_reg
-    password: crss_reg
+    url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+    username: crss_registration
+    password: crss_registration
 crss:
   xdf:
     client-type: sftp

+ 3 - 3
crss-sched/crss-sched-azure.yml

@@ -1,6 +1,6 @@
 spring:
   profiles.include: metronome-azure
   datasource:
-    url: jdbc:postgresql://10.64.0.4:5432/crss_sched
-    username: crss_sched
-    password: crss_sched
+    url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=scheduler
+    username: crss_scheduler
+    password: crss_scheduler

+ 3 - 3
crss-settlement-app/application-qa.yml → crss-settlement-app/application-azure.yml

@@ -1,9 +1,9 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_settlement
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true

+ 18 - 18
crss-settlement-task-calculation-addtlcomp/application-qa.yml → crss-settlement-task-calculation-addtlcomp/application-azure.yml

@@ -1,50 +1,50 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_settlement
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_metering
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/todi_crss_nmms
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20

+ 18 - 18
crss-settlement-task-calculation/application-qa.yml → crss-settlement-task-calculation/application-azure.yml

@@ -1,50 +1,50 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_settlement
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_metering
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/todi_crss_nmms
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20

+ 12 - 12
crss-settlement-task-invoice-generation/application-qa.yml → crss-settlement-task-invoice-generation/application-azure.yml

@@ -1,34 +1,34 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_settlement
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20

+ 21 - 21
crss-settlement-task-validation/application-qa.yml → crss-settlement-task-validation/application-azure.yml

@@ -1,17 +1,17 @@
 spring:
   crss-stl:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_settlement
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=settlement
+      username: crss_settlement
+      password: crss_settlement
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-registration:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_reg
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
+      username: crss_registration
+      password: crss_registration
       driverClassName: org.postgresql.Driver
       maxPoolSize: 5
       test-on-borrow: true
@@ -19,41 +19,41 @@ spring:
   # for removal after ITER 7 stl testing
   crss-meterprocess:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_meterprocess
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess
+      username: crss_meterprocess
+      password: crss_meterprocess
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-metering:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_metering
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering
+      username: crss_metering
+      password: crss_metering
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-nmms:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/todi_crss_nmms
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=nmms
+      username: crss_nmms
+      password: crss_nmms
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_dataflow
-      username: postgres
-      password: 123qwe
+      jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow
+      username: crss_dataflow
+      password: crss_dataflow
       driverClassName: org.postgresql.Driver
       connectionTimeout: 10000
       maxPoolSize: 20

+ 1 - 1
crss-uaa/crss-uaa-azure.yml

@@ -1,6 +1,6 @@
 spring:
   datasource:
-    url: jdbc:postgresql://10.64.0.4:5432/crss_admin
+    url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=admin
     username: crss_admin
     password: crss_admin
 

+ 0 - 0
ui-bsmd/application-qa.yml → ui-bsmd/application-azure.yml