Jelajahi Sumber

switch to crss_table_partitioning db

mlnicolas 7 tahun lalu
induk
melakukan
cd0bdaae3b
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      crss-mtr/crss-mtr-dev2.yml

+ 3 - 1
crss-mtr/crss-mtr-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
+      #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
       username: crss_meterprocess
       password: crss_meterprocess
       driverClassName: org.postgresql.Driver