mirror of https://gitee.com/y_project/RuoYi.git
驱动移至admin模块
parent
ca9f87bff4
commit
2a718ba4d6
|
@ -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…
Reference in New Issue