微信扫一扫
在配置类增加一个Bean
@Bean Request.Options getRequestOptions(){ return new Request.Options(3000,5000); }
相关推荐