fix: mysql warn

This commit is contained in:
xingyu 2022-12-09 18:34:34 +08:00
parent 02174383a7
commit 3937004d5b

View File

@ -30,8 +30,8 @@
<!-- DB 相关 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>