完整报错信息

java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=…) with your test

Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(

解决:

测试类的路径和非测试类的路径不一致导致,修改
Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(

相关文章: