摘要: 需求:使用MyBatis往MySQL数据库中插入一条记录后,需要返回该条记录的自增主键值。 方法:在mapper中指定keyProperty属性,示例如下:Xml代码 收藏代码<insert id="insertAndGetId" useGeneratedKeys="true" keyPropert 阅读全文
posted @ 2017-01-24 17:50 黄金时代1.0 阅读(1027) 评论(0) 推荐(0) 编辑