随笔分类 - MyBatis
摘要:mybatis There is no getter for property named 'xxxx 360反馈意见截图16230322799670.png http://blog.sina.com.cn/s/blog_8ced01900101blqd.html mybatis There is
阅读全文
摘要:插入语句xml代码: <insert id="insertUser" parameterType="com.spring.mybatis.po.User"> <!--selectKey获取插入的id值 keyProperty="id":将查询到主键设置到对象中的某个属性上 order="AFTER"
阅读全文