mirror of https://gitee.com/y_project/RuoYi.git
fix:reduce mvn compile warning
parent
90bef6031c
commit
5adb4cd013
|
@ -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>
|
||||
|
||||
<!-- 核心模块-->
|
||||
|
|
Loading…
Reference in New Issue