提交 6b6eb183 编写于 作者: J Jason Song

change mysql driver class to 'com.mysql.cj.jdbc.Driver' as 'com.mysql.jdbc.Driver' is deprecated

上级 085d2adf
......@@ -2,6 +2,7 @@ spring.http.converters.preferred-json-mapper=gson
# DataSource
spring.datasource.hikari.connectionInitSql=set names utf8mb4
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# Naming strategy
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册