Skip to content

Commit

Permalink
fix: update "driver-class-name: com.mysql.cj.jdbc.Driver" for mysql8 (#…
Browse files Browse the repository at this point in the history
…146)

Co-authored-by: wangchao <wangchao.wangchao@zhaopin.com.cn>
  • Loading branch information
wachoo and wangchao committed Nov 18, 2023
1 parent 4c6b067 commit a4f8eeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spring:
jackson:
date-format: yyyy-MM-dd HH:mm:ss
datasource:
driver-class-name: com.mysql.jdbc.Driver
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/seatunnel?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&allowPublicKeyRetrieval=true
username: root
password: 123456
Expand Down

0 comments on commit a4f8eeb

Please sign in to comment.