MyBatis MySQL自增

<!-- MySQL自动生成主键-->
<insert id="insert" useGeneratedKeys="true" keyProperty="id">
INSERT INTO t_car(id,name) VALUES (#{id},#{name})
</insert>
posted @ 2019-11-08 09:39  JAVA之家TY  阅读(877)  评论(0编辑  收藏  举报