摘要: User类public class User { private Integer id; private String userName; private String password; private String tel; private String email... 阅读全文
posted @ 2015-11-27 14:06 夏末、初秋 阅读(367) 评论(0) 推荐(0) 编辑
摘要: mybatis-config.xml applicationContext-mybatis.xml ... 阅读全文
posted @ 2015-11-27 13:58 夏末、初秋 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: EmployeeMapper.xml insert into employee (sn,name,gender) values (#{sn},#{name},#{gender}) update employee ... 阅读全文
posted @ 2015-11-27 13:51 夏末、初秋 阅读(14065) 评论(0) 推荐(0) 编辑
摘要: RoleMapper.javapublic interface RoleMapper { public void add(Role role); public void update(Role role); public void delete(Role r... 阅读全文
posted @ 2015-11-27 13:46 夏末、初秋 阅读(2116) 评论(0) 推荐(0) 编辑
摘要: --> //property=“属性名” javaType=“属性... 阅读全文
posted @ 2015-11-27 11:55 夏末、初秋 阅读(5622) 评论(0) 推荐(0) 编辑
摘要: resultMap insert into user (userCode,userName,userPassword) ... 阅读全文
posted @ 2015-11-27 11:44 夏末、初秋 阅读(204) 评论(0) 推荐(0) 编辑