juqkai

Results 3 comments of juqkai

``` @Configuration public class FeignConfig implements RequestInterceptor { @Bean public Request.Options options(){ return new Request.Options(10000, 60000, false); } } ```

在nutzcloud项目中的代码是可以正常收到消息的,两边唯一区别是pom文件,是版本冲突了? https://github.com/nutzam/nutzcloud

客户服务器是windows,没办法保障用户会怎么部署代码