update 替换 mysql-jdbc 最新坐标

This commit is contained in:
疯狂的狮子Li 2022-11-28 13:59:58 +08:00
parent 8b914c1091
commit 115af9c402
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@
<!-- Mysql驱动包 --> <!-- Mysql驱动包 -->
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>com.mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-j</artifactId>
</dependency> </dependency>
<!-- Oracle --> <!-- Oracle -->
<dependency> <dependency>

View File

@ -64,8 +64,8 @@
</dependency> </dependency>
<!-- mysql --> <!-- mysql -->
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>com.mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-j</artifactId>
</dependency> </dependency>
<dependency> <dependency>