springmvc拦截器实现登录验证

上传者: u013041642 | 上传时间: 2021-05-18 10:45:11 | 文件大小: 8.47MB | 文件类型: RAR
springmvc拦截器实现登录验证

文件下载

资源详情

[{"title":"( 42 个子文件 8.47MB ) springmvc拦截器实现登录验证","children":[{"title":"interceptor","children":[{"title":"pom.xml <span style='color:#111;'> 3.07KB </span>","children":null,"spread":false},{"title":"target","children":[{"title":"interceptor","children":[{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'> 89B </span>","children":null,"spread":false}],"spread":true},{"title":"WEB-INF","children":[{"title":"web.xml <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false},{"title":"views","children":[{"title":"login.jsp <span style='color:#111;'> 590B </span>","children":null,"spread":false},{"title":"userHome.jsp <span style='color:#111;'> 752B </span>","children":null,"spread":false}],"spread":true},{"title":"classes","children":[{"title":"log4j.properties <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":"cn","children":[{"title":"com","children":[{"title":"susq","children":[{"title":"interceptor","children":[{"title":"LoginInterceptor.class <span style='color:#111;'> 2.41KB </span>","children":null,"spread":false}],"spread":true},{"title":"controller","children":[{"title":"LoginController.class <span style='color:#111;'> 2.53KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"applicationContext.xml <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false}],"spread":true},{"title":"lib","children":[{"title":"spring-beans-4.2.5.RELEASE.jar <span style='color:#111;'> 714.42KB </span>","children":null,"spread":false},{"title":"aopalliance-1.0.jar <span style='color:#111;'> 4.36KB </span>","children":null,"spread":false},{"title":"spring-webmvc-4.2.5.RELEASE.jar <span style='color:#111;'> 856.38KB </span>","children":null,"spread":false},{"title":"spring-core-4.2.5.RELEASE.jar <span style='color:#111;'> 1.03MB </span>","children":null,"spread":false},{"title":"javax.mail-1.5.0.jar <span style='color:#111;'> 509.76KB </span>","children":null,"spread":false},{"title":"spring-test-4.2.5.RELEASE.jar <span style='color:#111;'> 549.34KB </span>","children":null,"spread":false},{"title":"activation-1.1.jar <span style='color:#111;'> 61.51KB </span>","children":null,"spread":false},{"title":"spring-web-4.2.5.RELEASE.jar <span style='color:#111;'> 749.25KB </span>","children":null,"spread":false},{"title":"spring-expression-4.2.5.RELEASE.jar <span style='color:#111;'> 256.82KB </span>","children":null,"spread":false},{"title":"spring-context-4.2.5.RELEASE.jar <span style='color:#111;'> 1.05MB </span>","children":null,"spread":false},{"title":"jstl-1.2.jar <span style='color:#111;'> 404.53KB </span>","children":null,"spread":false},{"title":"commons-logging-1.2.jar <span style='color:#111;'> 60.38KB </span>","children":null,"spread":false},{"title":"spring-aop-4.2.5.RELEASE.jar <span style='color:#111;'> 361.39KB </span>","children":null,"spread":false},{"title":"javaee-api-7.0.jar <span style='color:#111;'> 1.84MB </span>","children":null,"spread":false},{"title":"spring-context-support-4.2.5.RELEASE.jar <span style='color:#111;'> 172.63KB </span>","children":null,"spread":false},{"title":"log4j-1.2.17.jar <span style='color:#111;'> 478.40KB </span>","children":null,"spread":false},{"title":"spring-tx-4.2.5.RELEASE.jar <span style='color:#111;'> 259.30KB </span>","children":null,"spread":false},{"title":"spring-oxm-4.2.5.RELEASE.jar <span style='color:#111;'> 82.12KB </span>","children":null,"spread":false},{"title":"spring-jdbc-4.2.5.RELEASE.jar <span style='color:#111;'> 413.73KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"index.jsp <span style='color:#111;'> 57B </span>","children":null,"spread":false}],"spread":true},{"title":"classes","children":[{"title":"log4j.properties <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":"cn","children":[{"title":"com","children":[{"title":"susq","children":[{"title":"interceptor","children":[{"title":"LoginInterceptor.class <span style='color:#111;'> 2.41KB </span>","children":null,"spread":false}],"spread":true},{"title":"controller","children":[{"title":"LoginController.class <span style='color:#111;'> 2.53KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true},{"title":"applicationContext.xml <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false}],"spread":true},{"title":"generated-sources","children":[{"title":"annotations","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"interceptor.iml <span style='color:#111;'> 3.17KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"main","children":[{"title":"webapp","children":[{"title":"WEB-INF","children":[{"title":"web.xml <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false},{"title":"views","children":[{"title":"login.jsp <span style='color:#111;'> 590B </span>","children":null,"spread":false},{"title":"userHome.jsp <span style='color:#111;'> 752B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"index.jsp <span style='color:#111;'> 57B </span>","children":null,"spread":false}],"spread":true},{"title":"resources","children":[{"title":"log4j.properties <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":"applicationContext.xml <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false}],"spread":true},{"title":"java","children":[{"title":"cn","children":[{"title":"com","children":[{"title":"susq","children":[{"title":"interceptor","children":[{"title":"LoginInterceptor.java <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false}],"spread":true},{"title":"controller","children":[{"title":"LoginController.java <span style='color:#111;'> 1.92KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明