浏览代码

[devops] corrected datasource url from jdbcUrl to url due to spring boot default mechanism

Jejomar Dimayuga 8 年之前
父节点
当前提交
ea32985a70

+ 2 - 2
crss-meterprocess-stream-source-daily-raw/crss-meterprocess-stream-source-daily-raw.yml

@@ -34,7 +34,7 @@ logging:
 spring:
   profiles: monthlyExtract
   datasource:
-    jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=metering
+    url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=metering
     username: crss_metering
     password: Fh7UcXpWs
     driver-class-name: com.edb.Driver
@@ -65,7 +65,7 @@ logging:
 # default
 spring:
   datasource:
-    jdbcUrl: jdbc:edb://10.176.11.131:5432/crss?currentSchema=metering
+    url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=metering
     username: crss_metering
     password: Fh7UcXpW
     driver-class-name: com.edb.Driver