引入了
<dependency>
<groupId>junit</groupId><artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
test 下的测试类 在 mvn test时就不执行了
引入了
<dependency>
<groupId>junit</groupId></dependency>
test 下的测试类 在 mvn test时就不执行了
© 著作权归作者所有