java.lang.IllegalStateException: Unable to find

java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=…) with your test

错误场景:在使用mybatisplus做测试时,出现此错误
java.lang.IllegalStateException: Unable to find_第1张图片
解决方案:SpringBoot下的测试类应该与SpringBoot的启动类的包路径一致
java.lang.IllegalStateException: Unable to find_第2张图片

你可能感兴趣的:(日常记录,java,开发语言,经验分享,spring,boot,intellij-idea)