浏览代码

fix wrong db specified for crss-dataflow.datasource.jdbcUrl in dev2 profile

dmendoza 8 年之前
父节点
当前提交
93b5f1ef39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crss-settlement-task-invoice-generation/application-dev2.yml

+ 1 - 1
crss-settlement-task-invoice-generation/application-dev2.yml

@@ -9,7 +9,7 @@ spring:
       maxPoolSize: 20
   crss-dataflow:
     datasource:
-      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_settlement
+      jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_dataflow
       username: crss_settlement
       password: crss_settlement
       driverClassName: org.postgresql.Driver