User 模块,引入 Admin 认证授权~

This commit is contained in:
YunaiV
2019-03-10 19:13:18 +08:00
parent 1afea13f56
commit a6d07feda6
4 changed files with 16 additions and 5 deletions

View File

@@ -92,6 +92,12 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cn.iocoder.mall</groupId>
<artifactId>admin-sdk</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId> <!-- use mapstruct-jdk8 for Java 8 or higher -->