认证服务改为通过feign进行调用

This commit is contained in:
ajaxfan
2021-04-07 15:16:34 +08:00
parent 057499ad0f
commit 9e359c63fb
7 changed files with 65 additions and 48 deletions

View File

@ -30,5 +30,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-feign-starter</artifactId>
</dependency>
</dependencies>
</project>