一、问题 即使在pom.xml文件中已经引入了依赖: <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>compile</scope> </dependency> @Test注解还是标红 二、解决 简而言之,就是创建了项目后,没有正确配置maven。 把目录改为正确目录就行了