java.lang.NoClassDefFoundError: org/springframework/core/annotation/MergedAnnotations$SearchStrategy

 

请检查包

#只要导入此包,请检查其它test 包,并将其移除多余包。
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-test</artifactId>
</dependency>

单元测试启动成功

更多推荐

springboot 单元测试报错MergedAnnotations$SearchStrategy