This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git


The following commit(s) were added to refs/heads/main by this push:
     new a4f8eebe fix: update "driver-class-name: com.mysql.cj.jdbc.Driver" for 
mysql8 (#146)
a4f8eebe is described below

commit a4f8eebef0c1dddaf9102a628138e481d5f544e0
Author: wachoo <[email protected]>
AuthorDate: Sat Nov 18 15:00:24 2023 +0800

    fix: update "driver-class-name: com.mysql.cj.jdbc.Driver" for mysql8 (#146)
    
    Co-authored-by: wangchao <[email protected]>
---
 seatunnel-server/seatunnel-app/src/main/resources/application.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/seatunnel-server/seatunnel-app/src/main/resources/application.yml 
b/seatunnel-server/seatunnel-app/src/main/resources/application.yml
index d0766ff8..4eeb1245 100644
--- a/seatunnel-server/seatunnel-app/src/main/resources/application.yml
+++ b/seatunnel-server/seatunnel-app/src/main/resources/application.yml
@@ -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

Reply via email to