update 优化 重构 mysql-jdbc 依赖到 mybatis 包内 替换为最新坐标

This commit is contained in:
疯狂的狮子Li
2022-11-28 14:53:16 +08:00
parent e5f85ce0a0
commit a46b870b58
8 changed files with 13 additions and 30 deletions

View File

@@ -80,8 +80,8 @@
</dependency>
<!-- mysql -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<!-- xxl-job-core -->