摘要: package com.itheima.domain; import java.io.Serializable; import java.util.Date; import java.util.List; /** * @author 黑马程序员 * @Company http://www.ithiema.com */ public class User implements Serializabl 阅读全文
posted @ 2019-09-07 18:20 小书虫源 阅读(135) 评论(0) 推荐(0) 编辑
摘要: package com.itheima.dao; import com.itheima.domain.Account; import com.itheima.domain.AccountUser; import java.util.List; /** * @author 黑马程序员 * @Company http://www.ithiema.com */ public interface IAcc 阅读全文
posted @ 2019-09-07 18:16 小书虫源 阅读(170) 评论(0) 推荐(0) 编辑
摘要: package com.itheima.dao; import com.itheima.domain.QueryVo; import com.itheima.domain.User; import java.util.List; /** * @author 黑马程序员 * @Company http://www.ithiema.com * * 用户的持久层接口 */ public interfac 阅读全文
posted @ 2019-09-07 18:13 小书虫源 阅读(110) 评论(0) 推荐(0) 编辑
摘要: mapper sqlconfig test pom 阅读全文
posted @ 2019-09-07 18:06 小书虫源 阅读(115) 评论(0) 推荐(0) 编辑
摘要: mapper jdbc.properties sqlconfig.xml tset类 阅读全文
posted @ 2019-09-07 18:03 小书虫源 阅读(163) 评论(0) 推荐(0) 编辑