当前位置: 代码迷 >> J2EE >> spring-security SPEL 有关问题
  详细解决方案

spring-security SPEL 有关问题

热度:21   发布时间:2016-04-21 22:59:20.0
spring-security SPEL 问题
使用下面这种方式,会报错
@PreAuthorize("hasRole('DISUSER_PUBLISH_ROOM','DISUSER_PUBLISH_ROOM')")
报错信息如下:
Failed to evaluate expression 'hasRole('DISUSER_PUBLISH_ROOM','DISUSER_PUBLISH_ROOM')'


但是使用@PreAuthorize("hasAnyRole('DISUSER_PUBLISH_ROOM','DISUSER_MODIFY_ROOM')") 是没问题的。


也配置了开启Annotation注解
 <!-- 启用在方法上面的权限注解 -->
        <security:global-method-security secured-annotations="enabled" 
         pre-post-annotations="enabled" proxy-target-class="true" 
         />

------解决方案--------------------
没人
------解决方案--------------------
加我qq  我教你
------解决方案--------------------
 题目不会、我要1分。
  相关解决方案