okhttp 替代原有的 httpclient

This commit is contained in:
冷冷 2018-04-06 17:32:37 +08:00
parent 580d163c82
commit fdd8ed3b30
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@
</dependency>
<!-- okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-okhttp</artifactId>
</dependency>
<!--swagger-->
<dependency>