gradle+jenkins的编译环境当中,通过feign进行get调用,服务器端收到的却是post请求。
1:application.yml中添加
feign:
httpclient:
enabled: true
2:build.gradle中添加依赖
compile('io.github.openfeign:feign-httpclient:9.5.1')