提交 f42f559b 编写于 作者: M megagao

删除了文件

上级 0594918a
......@@ -8,12 +8,13 @@ import javax.servlet.http.HttpSession;
import org.apache.shiro.web.filter.authc.FormAuthenticationFilter;
/**
* created on 2016年9月7日
*
* 自定义FormAuthenticationFilter,认证之前实现 验证码校验
*
* @author megagao
* @version 0.0.1
* <p>Title: CustomFormAuthenticationFilter</p>
* <p>Description:自定义FormAuthenticationFilter,认证之前实现 验证码校验 </p>
* <p>Company: www.itcast.com</p>
* @author 传智.燕青
* @date 2015-3-25下午4:53:15
* @version 1.0
*/
public class CustomFormAuthenticationFilter extends FormAuthenticationFilter {
......
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.hqu.telemedicine.mapper.SysUserRoleMapper" >
<resultMap id="sysUserRoleRM" type="org.hqu.telemedicine.domain.SysUserRole" >
<id column="id" property="id" jdbcType="VARCHAR" />
<result column="sys_user_id" property="sysUserId" jdbcType="VARCHAR" />
<result column="sys_role_id" property="sysRoleId" jdbcType="VARCHAR" />
</resultMap>
</mapper>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册