Unable to find a @SpringBootConf
2019-08-16 本文已影响0人
七色星辰x
在springboot测试中报错。
Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test
后来发现是包名路径不一样

在springboot测试中报错。
Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test
后来发现是包名路径不一样