小编Eri*_*ter的帖子

有没有办法告诉surefire跳过某个包中的测试?

像下面这样的东西.

我想要一种方法来跳过我的dao测试.试图避免定义套件的开销.

使用CI,我希望每晚有一个运行所有测试,另一个5分钟的SCM调查仅运行"快速"测试.

mvn -DskipPattern=**.dao.** test
Run Code Online (Sandbox Code Playgroud)

maven-2 surefire

27
推荐指数
3
解决办法
2万
查看次数

Spring Security Authorize标记始终为false

我在jsp中有相当于以下内容.既不在这里也没有显示!

我第一次涉足Spring Security 3.0.5.我已经毫无问题地使用了3.0.3.

<sec:authorize ifNotGranted="ROLE_ACTIVE">
    here
</sec:authorize>
<sec:authorize ifAnyGranted="ROLE_ACTIVE">
    there       
</sec:authorize>
Run Code Online (Sandbox Code Playgroud)

spring-security

4
推荐指数
1
解决办法
6798
查看次数

标签 统计

maven-2 ×1

spring-security ×1

surefire ×1