apache shrio 示例代码

时间:2019-03-25 11:20:28
【文件属性】:

文件名称:apache shrio 示例代码

文件大小:6.76MB

文件格式:ZIP

更新时间:2019-03-25 11:20:28

shrio

pache Shiro是Java的一个安全框架。目前,使用Apache Shiro的人越来越多,因为它相当简单,对比Spring Security,可能没有Spring Security做的功能强大,但是在实际工作时可能并不需要那么复杂的东西,所以使用小而简单的Shiro就足够了。对于它俩到底哪个好,这个不必纠结,能更简单的解决项目问题就好了。 本教程只介绍基本的Shiro使用,不会过多分析源码等,重在使用。


【文件预览】:
WebContent
----images()
--------top_bg.gif(519B)
--------blank.gif(43B)
--------sflogo.png(9KB)
--------login-logo.jpg(35KB)
--------Thumbs.db(19KB)
--------SyProLogo.png(10KB)
----notmyjsp.jsp(479B)
----META-INF()
--------MANIFEST.MF(39B)
----my.jsp(494B)
----WEB-INF()
--------web.xml(2KB)
--------classes()
--------lib()
----main.jsp(661B)
----error()
--------noperms.jsp(648B)
----login.jsp(3KB)
----index.jsp(834B)
.settings
----org.eclipse.wst.jsdt.ui.superType.name(6B)
----org.eclipse.wst.common.project.facet.core.xml(305B)
----org.eclipse.wst.common.component(479B)
----org.eclipse.wst.jsdt.ui.superType.container(49B)
----.jsdtscope(491B)
----org.eclipse.jdt.core.prefs(357B)
src
----spring-shiro.xml(2KB)
----spring-mvc.xml(2KB)
----com()
--------shiro()
----applicationContext.xml(670B)
.project
.classpath
build
----classes()
--------spring-shiro.xml(2KB)
--------spring-mvc.xml(2KB)
--------com()
--------applicationContext.xml(670B)

网友评论