单元测试报错Unable to find a @SpringBootConfiguration

单元测试时报错: java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=…) with your test 原因: 单元测试项目的包路径和Springboot项目路径不匹配
相关文章
相关标签/搜索