我是spring security的初学者,对此我有疑问((我使用了spring security 3.1))。我有一个项目,我必须从 Db 而不是 springSecurity 应用程序上下文中读取所有 spring security url 模式。
我该怎么做?我的观点是如何在我的 java 类中管理对特殊 url 的访问,而不是在 springSecurity 应用程序上下文中使用下面的配置。
<intercept-url pattern="/customer/showAll" access="hasAnyRole('OPERATOR,ADMIN')"/>
谢谢你