Fork me on GitHub
摘要: 密码admin 进行MD5 32位加密为21232F297A57A5A743894A0E4A801FC3 增加spring-security.xml文件配置如下 ... 阅读全文
posted @ 2015-01-26 19:36 何海洋 阅读(871) 评论(0) 推荐(0) 编辑
摘要: 1、增加web.xml文件配置如下 org.springframework.security.web.session.HttpSessionEventPublisher 2、增加spring-security.xml文件配置如下 ... 阅读全文
posted @ 2015-01-26 19:16 何海洋 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: 由于目前Spring官方只提供Meven的下载方式,为了能以最快的速度入门使用框架,这里提供百度网盘下载链接。 注:本入门教程默认已经配置成功SpringMVC框架。1、web.xml配置 contextConfigLocation classpath:applic... 阅读全文
posted @ 2015-01-26 18:54 何海洋 阅读(877) 评论(0) 推荐(0) 编辑
摘要: 关于Spring Security Spring Security,这是一种基于Spring AOP和Servlet过滤器 [7] 的安全框架。它提供全面的安全性解决方案,同时在 Web 请求级和方法调用级处理身份确认和授权。在 SpringFramework 基础上,Spring Securit... 阅读全文
posted @ 2015-01-26 18:28 何海洋 阅读(661) 评论(0) 推荐(0) 编辑