[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)
This commit is contained in:
Eric Gao 2022-07-05 17:23:44 +08:00 committed by caishunfeng
parent 2ae63c4eb5
commit 23cd3e85e2
1 changed files with 3 additions and 0 deletions

View File

@ -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