摘要: 当前模块的test包下的某个test类没有test方法,可以加上@Ignore注解 在当前模块的pom.xml文件中加上如下内容即可解决 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactI 阅读全文
posted @ 2020-08-23 10:24 Ycjisme 阅读(382) 评论(0) 推荐(0)