浏览代码

switch to crss_table_partitioning db

mlnicolas 7 年之前
父节点
当前提交
cd0bdaae3b
共有 1 个文件被更改,包括 3 次插入1 次删除
  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