在使用RestTemplate时,写了一个测试测试方法,遇到了这个报错。
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=…) with your test
解决办法
确定下你的项目是不是spring环境下的,项目能不能正常通过main方法启动。
在spring环境下和非spring环境下,使用RestTemplate