随笔分类 - spring
摘要:1.密码认证DaoAuthenticationProvider 摘录至spring-security-config-4.0.4.RELEASE.jar org.springframework.security.authentication.dao.DaoAuthenticationProvider,
阅读全文
摘要:支持绑定表单对象 jsp: <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %><form:form id="itemForm" action="${pageContext.request.context
阅读全文
摘要:1.项目目录结构 2.项目中用的jar包 3.web.xml(其中主要配置spring与springmvc) 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc./
阅读全文