Skip to content

Commit cb3d7bd

Browse files
committed
O `com.mysql.jdbc.Driver' está deprecated #52
1 parent b548437 commit cb3d7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spring.datasource.username = apf_user
66
spring.datasource.password = 12345
77
spring.datasource.testWhileIdle = true
88
spring.datasource.validationQuery = SELECT 1
9-
spring.datasource.driverClassName = com.mysql.jdbc.Driver
9+
spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver
1010

1111
# ===============================
1212
# = JPA / HIBERNATE

0 commit comments

Comments
 (0)