Explorar o código

switch to crss_table_partitioning temporatrily

mlnicolas %!s(int64=8) %!d(string=hai) anos
pai
achega
7a07dab5b2
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      crss-mq-computation/crss-mq-computation-dev2.yml

+ 3 - 1
crss-mq-computation/crss-mq-computation-dev2.yml

@@ -10,7 +10,9 @@ spring:
       validation-query: SELECT 1
   crss-main:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess
+      #table-partitioning db. for testing partitioned table feature
+      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