浏览代码

switch to crss_table_partitioning temporatrily

mlnicolas 8 年之前
父节点
当前提交
5625db3ca3
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-dev2.yml

+ 3 - 1
crss-meterprocess-task-stlready/crss-meterprocess-task-stlready-dev2.yml

@@ -7,7 +7,9 @@ spring:
       driverClassName: org.postgresql.Driver
   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