驱动移至admin模块

dep_wangsr
RuoYi 5 years ago committed by Limy
parent ee6a5b371b
commit fd2e37b14e

@ -54,6 +54,12 @@
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
</dependency>
<!-- Mysql驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<!-- 核心模块-->
<dependency>

Loading…
Cancel
Save