From 23cd3e85e26b2d0d40572bbb7bde0dca9a3341e5 Mon Sep 17 00:00:00 2001 From: Eric Gao Date: Tue, 5 Jul 2022 17:23:44 +0800 Subject: [PATCH] [Improvement] [Alert Server] Add default datasource url in alert server application.yaml for consistency (#10790) * [Improvement] [Alert Server] Add default datasource url in alert server application.yaml for consistency (#10788) * [Improvement] [Alert Server] Add newline at end of file (#10788) --- .../src/main/resources/application.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml index 24f14b7a3c..11625901e4 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml @@ -67,3 +67,6 @@ spring: on-profile: mysql datasource: driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://127.0.0.1:3306/dolphinscheduler + username: root + password: root