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

This commit is contained in:
Eric Gao 2022-06-14 20:20:54 +08:00 committed by GitHub
parent 8205444e0a
commit 42d4aba347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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