数码产品

01 2020 档案

摘要:The secured object is an abstract representing whatever is secured. It may be a MethodInvocation in case of @Secured, @RolesAllowed, @PreFilter and @P 阅读全文
posted @ 2020-01-21 14:33 Hackerman 阅读(168) 评论(0) 推荐(0)
摘要:@Bean public ErrorPageRegistrar errorPageRegistrar(){ return new MyErrorPageRegistrar(); } // ... private static class MyErrorPageRegistrar implements 阅读全文
posted @ 2020-01-13 16:40 Hackerman 阅读(185) 评论(0) 推荐(0)
摘要:发现这个问题已经在这放了那么久没人回答,为了方便后面的人,我在这里就完结一下这个问题。Spring Security 默认action="j_spring_security_check",让很多人不理解这个请求之后会跳转到哪里去,这里我们就看配置文件里这个<http></http>标签,这个标签里面 阅读全文
posted @ 2020-01-03 16:24 Hackerman 阅读(224) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/zhengqing/p/11730306.html 阅读全文
posted @ 2020-01-03 16:01 Hackerman 阅读(99) 评论(0) 推荐(0)

数码产品