單元測試報錯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項目路徑不匹配
相關文章
相關標籤/搜索