增加了新版本的认证服务接口

This commit is contained in:
ajaxfan
2021-02-16 09:55:10 +08:00
parent 160c3ec92a
commit 5b5f275a4b
14 changed files with 421 additions and 112 deletions

View File

@ -49,7 +49,7 @@
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-security-starter</artifactId>
</dependency>
<!--普罗米修斯 -->
<dependency>
<groupId>org.springframework.boot</groupId>
@ -59,12 +59,18 @@
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.60</version>
</dependency>
</dependencies>
<build>