在配置类增加一个Bean
@Bean
Request.Options getRequestOptions(){
return new Request.Options(3000,5000);
}
SpringCloud: Feign超时时间配置
阅读 127
2022-07-27
在配置类增加一个Bean
@Bean
Request.Options getRequestOptions(){
return new Request.Options(3000,5000);
}
相关推荐
精彩评论(0)