单元测试类http接口访问异常处理:No qualifying bean of type ‘org.springframework.web.client.RestTemplate‘ available
问题场景今天笔者在单元测试类测试url接口访问,代码如下@RunWith(SpringRunner.class)@SpringBootTest(classes=Application.class)publicclassTest{@ResourceprivateRestTemplaterestTemplate;@org.junit.Test@Rollback(value=false)publicvo