initializationError(com.example.demo.DemoApplicationTests)  Time elapsed: 0.002 sec  <<< ERROR!
java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test
	at org.springframework.util.Assert.state(Assert.java:70)

  由于包名不一致造成的,删除example包,或改成对应的报名即可

相关文章:

  • 2022-01-15
  • 2021-04-09
猜你喜欢
  • 2021-08-18
  • 2021-05-06
  • 2021-10-10
  • 2021-09-08
  • 2021-04-20
相关资源
相似解决方案