修改了BaseCacheUserServiceImpl, 增加了鉴权中心引用

This commit is contained in:
ajaxfan
2020-12-30 15:38:12 +08:00
parent 867dda8de2
commit 0f2577195b
2 changed files with 67 additions and 90 deletions

View File

@ -45,6 +45,11 @@
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-redis-starter</artifactId>
</dependency>
<dependency>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-security-starter</artifactId>
</dependency>
</dependencies>