|
|
@ -45,9 +45,11 @@ |
|
|
|
<artifactId>spring-boot-admin-starter-client</artifactId> |
|
|
|
<version>${spring.boot.admin.version}</version> |
|
|
|
</dependency> |
|
|
|
<!-- 替换Feign原生httpclient --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.netflix.feign</groupId> |
|
|
|
<groupId>io.github.openfeign</groupId> |
|
|
|
<artifactId>feign-httpclient</artifactId> |
|
|
|
<version>10.3.0</version> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|