Mybatis插入记录后,将主键值返回到对象中并自动赋值。
<insert id="insert" useGeneratedKeys="true" keyProperty="userId" parameterType="User">
</insert>