mybatis使用图解
2017-11-08 17:07:31 0 举报
mybatis使用图解,笔记引用该图
作者其他创作
大纲/内容
引用映射文件
使用
写sql 映射文件xxx.xml
po类
配置数据源等
User.xml
SqlMapConfig. xml
Public class User { private int id ; private String username ; // 用户姓名 private String sex ; // 性别 private Date birthday ; // 生日 private String address ; // 地址get/set……
User.java
0 条评论
回复 删除
下一页