- 添加 admin sdk,发现用户模块拦截器有包未导入

pull/1/head
sin 2019-04-06 23:32:13 +08:00
parent 1eb5fbdb3a
commit 6c50286477
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,12 @@
<groupId>io.springfox</groupId> <groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId> <artifactId>springfox-swagger-ui</artifactId>
</dependency> </dependency>
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>admin-sdk</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>