From ca0270eec50d3e535394b1f46e8213c2a5011184 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: Tue, 8 Sep 2020 10:07:24 +0800 Subject: [PATCH] Update techhero-auth-dev.yml --- techhero-auth-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techhero-auth-dev.yml b/techhero-auth-dev.yml index c68d983..0aef447 100644 --- a/techhero-auth-dev.yml +++ b/techhero-auth-dev.yml @@ -1,7 +1,7 @@ # datasoure默认使用JDBC spring: datasource: - driver-class-name: com.mysql.jdbc.Driver + driver-class-name: com.mysql.cj.jdbc.Driver #driverClassName: com.mysql.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/ecommerce?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 username: root -- libgit2 0.26.0