驱动移至admin模块

pull/159/head
RuoYi 2020-03-25 14:55:32 +08:00
parent ca9f87bff4
commit 2a718ba4d6
1 changed files with 6 additions and 0 deletions

View File

@ -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>