|
@@ -16,7 +16,25 @@
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
</properties>
|
|
|
<dependencies>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.dayaedu.cbs.openfeign</groupId>
|
|
|
+ <artifactId>dayaedu-openfeign-client</artifactId>
|
|
|
+ <version>1.0.2</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.alibaba.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-loadbalancer</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
+ <artifactId>spring-cloud-starter-openfeign</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.microsvc.toolkit.config</groupId>
|
|
|
<artifactId>microsvc-config-jwt</artifactId>
|