Skip to content

Commit d66a820

Browse files
committed
updated JDBC driver class name
1 parent 4f0848e commit d66a820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07-spring-security-5/spring-security-demo-db-plaintext-starter/src/main/resources/persistence-mysql.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# JDBC connection properties
33
#
4-
jdbc.driver=com.mysql.jdbc.Driver
4+
jdbc.driver=com.mysql.cj.jdbc.Driver
55
jdbc.url=jdbc:mysql://localhost:3306/spring_security_demo_plaintext?useSSL=false&serverTimezone=UTC
66
jdbc.user=springstudent
77
jdbc.password=springstudent

0 commit comments

Comments
 (0)