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

时间:2023-03-08 21:35:09

不能找到对应的带有@SpringBootConfiguration 的类,你需要将它放在包的最顶层。