SpringBoot工程常见报错汇总

1.Springboot测试类运行报错

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

原文地址:https://www.cnblogs.com/luckyplj/p/11603258.html