Parcourir la source

[Bug][Tools] Add datasource url for mysql profile in tools application.yaml (#10399)

Eric Gao il y a 2 ans
Parent
commit
42d4aba347
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      dolphinscheduler-tools/src/main/resources/application.yaml

+ 1 - 0
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: