admin管理员组

文章数量:1794759

springboot 单元测试报错MergedAnnotations$SearchStrategy

springboot 单元测试报错MergedAnnotations$SearchStrategy

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

 

请检查包

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

单元测试启动成功

本文标签: 报错单元测试SpringBootMergedAnnotationsSearchStrategy