为了账号安全,请及时绑定邮箱和手机立即绑定

@RunWith(SpringRunner.class)中的SpringRunner.class一直引入不了,各位能帮忙看下么?

@RunWith(SpringRunner.class)中的SpringRunner.class一直引入不了,各位能帮忙看下么?,这些包确定都导入了,但感觉对解决这个问题没作用。。。

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-test</artifactId>
   <scope>test</scope>
</dependency>
<dependency>
   <groupId>junit</groupId>
   <artifactId>junit</artifactId>
   <version>4.10</version>
   <!--<scope>test</scope>-->
</dependency>
<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-test</artifactId>
   <version>2.0.3.RELEASE</version>
   <!--<scope>test</scope>-->
</dependency>


正在回答

3 回答

http://img1.sycdn.imooc.com//5e758ab400011cb706750309.jpg
我遇到到的是同样的问题,后来我把新建项目时自带的测试依赖注释,换成下面这个就解决了。

0 回复 有任何疑惑可以回复我~

找到spring-test.jar,试试SpringRunner.class能不能打开,不行的话就把本地仓库对应的spring-test删掉重新下。我的是这么解决的。

1 回复 有任何疑惑可以回复我~
#1

weixin_慕哥6120633

解决 赞
2020-01-18 回复 有任何疑惑可以回复我~

项目上右键->Maven->Reimport,重新导包试试

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

@RunWith(SpringRunner.class)中的SpringRunner.class一直引入不了,各位能帮忙看下么?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信