fix:reduce mvn compile warning

pull/466/head
wjh 2023-07-18 23:48:48 +08:00
parent 90bef6031c
commit 5adb4cd013
1 changed files with 3 additions and 2 deletions

View File

@ -45,8 +45,9 @@
<!-- Mysql驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
</dependency>
<!-- 核心模块-->