码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2020-06-23 19:45:40      阅读:426      评论:0      收藏:0      [点我收藏+]

标签:depend   end   单元测试   解决   rest   ESS   后台   spring   pre   

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>


转自 https://www.kanzhun.com/jiaocheng/296424.html

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

标签:depend   end   单元测试   解决   rest   ESS   后台   spring   pre   

原文地址:https://www.cnblogs.com/xpang/p/13183554.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!