feign zuul 使用okhttp代替httpclient

This commit is contained in:
wangiegie@gmail.com 2017-12-22 18:01:54 +08:00
parent 111575b2ba
commit fddf866b41
2 changed files with 5 additions and 5 deletions

View File

@ -73,6 +73,11 @@
<artifactId>hibernate-validator</artifactId>
<version>5.4.1.Final</version>
</dependency>
<!-- okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
</dependencies>

View File

@ -54,11 +54,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
<!-- okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
</dependencies>
<build>