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

This commit is contained in:
sin 2019-04-06 23:32:13 +08:00
parent 1eb5fbdb3a
commit 6c50286477

View File

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