The import org.springframework.test cannot be resolved错误

The import org.springframework.test cannot be resolved错误:

pom.xml中添加以下依赖:spring-text即可:

<dependency>
 <groupld>org.springframwork </groupld>
 <artifactId>spring-text </artifactId>
 <version>4.1.6.RELEASE</version>
 </dependency>

版权声明:本文为weixin_41996577原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。