From ed02db213e26786cc7bd21f4bb853df8ea835b1b Mon Sep 17 00:00:00 2001 From: Eric Gao Date: Tue, 14 Jun 2022 20:20:54 +0800 Subject: [PATCH] [Bug][Tools] Add datasource url for mysql profile in tools application.yaml (#10399) (cherry picked from commit 42d4aba347ce0b92152a8c4b025d8699c0e5d256) --- dolphinscheduler-tools/src/main/resources/application.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dolphinscheduler-tools/src/main/resources/application.yaml b/dolphinscheduler-tools/src/main/resources/application.yaml index 8d36a365f4..84a89097d8 100644 --- a/dolphinscheduler-tools/src/main/resources/application.yaml +++ b/dolphinscheduler-tools/src/main/resources/application.yaml @@ -43,6 +43,7 @@ spring: on-profile: mysql datasource: driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://127.0.0.1:3306/dolphinscheduler?useUnicode=true&characterEncoding=UTF-8 --- spring: