hoge66的专栏

-----------------------看到专栏,偷着笑!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Unable to find a @SpringBootConfiguration

Posted on 2017-08-30 13:51  hehoge  阅读(7997)  评论(0编辑  收藏  举报
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包,或改成对应的报名即可