springboot使用TestRestTemplate单元测试时,提示ResourceAccess I/O error on POST request for "http

发现如果后台的http状态码返回401则会出现这种情况(其他4XX等可能也会)

解决方案,pom.xml加入

 <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpclient</artifactId>
     <scope>test</scope>
 </dependency>
Logo

一站式虚拟内容创作平台,激发创意,赋能创作,进入R空间,遇见同道,让优质作品闪耀发光。​

更多推荐