chore: 数据库驱动名称更新

This commit is contained in:
linlinjava
2020-07-05 13:30:49 +08:00
parent c0d5ebc53f
commit 2365bed6f4
5 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ spring:
datasource:
druid:
url: jdbc:mysql://mysql:3306/litemall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=true
driver-class-name: com.mysql.jdbc.Driver
driver-class-name: com.mysql.cj.jdbc.Driver
username: litemall
password: litemall123456
initial-size: 10