LianjiaTech / retrofit-spring-boot-starter

A spring-boot starter for retrofit, supports rapid integration and feature enhancements.(适用于retrofit的spring-boot-starter,支持快速集成和功能增强)
Apache License 2.0
1.78k stars 340 forks source link

关于 @OkHttpClientBuilder #136

Closed sky007z closed 1 year ago

sky007z commented 2 years ago

@OkHttpClientBuilder 注解为啥给去掉了

chentianming11 commented 2 years ago
image

新版本自定义OkHttpClient改成上面这种方式了。原来的@OkHttpClientBuilder对于自定义支持不够好,因此重构了这部分实现。