Spring-Security-Demo

时间:2022-01-23 04:43:33
【文件属性】:

文件名称:Spring-Security-Demo

文件大小:203KB

文件格式:ZIP

更新时间:2022-01-23 04:43:33

spring-secur SpringAop Servlet

SpringSecurity,这是一种基于Spring AOP和Servlet过滤器的安全框架。它提供全面的安全性解决方案,同时在Web请求级和方法调用级处理身份确认和授权。在Spring Framework基础上,Spring Security充分利用了依赖注入(DI,Dependency Injection)和面向切面技术。本实例简单配置了springsecurity权限控制,提供admin,user两个用户,在页面登录时以不同角色可访问不同页面,初学者可加以参考此例 谢谢!


【文件预览】:
.project
src
----test()
--------resources()
--------java()
----main()
--------webapp()
--------resources()
--------java()
target
----m2e-wtp()
--------web-resources()
----m2e-jee()
--------web-resources()
----classes()
--------spring-servlet.xml(537B)
--------spring-security.xml(2KB)
--------applicationContext.xml(1KB)
--------com()
--------logback.xml(1KB)
----test-classes()
.settings
----org.eclipse.wst.jsdt.ui.superType.container(49B)
----org.eclipse.wst.common.project.facet.core.xml(298B)
----org.eclipse.m2e.core.prefs(90B)
----org.eclipse.jdt.core.prefs(430B)
----org.eclipse.wst.validation.prefs(50B)
----org.eclipse.wst.jsdt.ui.superType.name(6B)
----org.eclipse.wst.common.project.facet.core.prefs.xml(167B)
----org.eclipse.core.resources.prefs(191B)
----org.eclipse.wst.common.component(701B)
----.jsdtscope(639B)
pom.xml
docs
----Spring Security入门Demo.docx(215KB)
.classpath

网友评论