Spring Security: how to exclude certain resources?

前端 未结 6 913
执笔经年
执笔经年 2020-11-30 02:37

I have the following definition...

    

        
6条回答
  •  迷失自我
    2020-11-30 03:06

    To be able to use expressions such as [permitAll] you have to add a a WebExpressionVoter to your AccessDecisionManager

提交回复
热议问题