驱动移至admin模块

This commit is contained in:
RuoYi 2020-03-25 14:55:32 +08:00
parent ca9f87bff4
commit 2a718ba4d6

View File

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