Eclipse+Maven+JUnit时The import org.junit cannot be resolved

开始学习JUnit,按官网的操作:https://github.com/junit-team/junit4/wiki/Download-and-Install 在Eclipse里配置了Maven: <dependencies>     <dependency>       <groupId>junit</groupId>       <artifactId>junit</artifactId>  
相关文章
相关标签/搜索