标签: java spring spring-boot resttemplate
我想使用spring rest-template连接到rest-service。该应用程序看起来或多或少类似于此处的示例:https://spring.io/guides/gs/consuming-rest/
但即使我尝试连接到localhost上的服务,我也会拒绝I / O错误连接。通过对同一URL的简单卷曲调用没有问题。这可能是什么?