spring整合junit时@ContextConfiguration没出来,
需导入
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.2.1.RELEASE</version>
</dependency> maven依赖,
此依赖中不能存在<scope>test</scope>。
ContextConfiguration注解无法使用
最新推荐文章于 2023-07-04 21:23:04 发布