随笔分类 -  spring

摘要:1.密码认证DaoAuthenticationProvider 摘录至spring-security-config-4.0.4.RELEASE.jar org.springframework.security.authentication.dao.DaoAuthenticationProvider, 阅读全文
posted @ 2020-12-27 00:49 孔乙己的茴香豆 阅读(101) 评论(0) 推荐(0)
摘要:支持绑定表单对象 jsp: <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %><form:form id="itemForm" action="${pageContext.request.context 阅读全文
posted @ 2018-04-19 17:40 孔乙己的茴香豆 阅读(2059) 评论(0) 推荐(0)
摘要:1.项目目录结构 2.项目中用的jar包 3.web.xml(其中主要配置spring与springmvc) 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc./ 阅读全文
posted @ 2018-03-29 13:46 孔乙己的茴香豆 阅读(272) 评论(0) 推荐(0)