1. No setter found for the keyProperty 'id' in com.example.demo.entity.Shop.
添加注解@Options(useGeneratedKeys = false)
2.mybatis 批量插入自增主键报错 BindingException:Parameter 'id' not found
解决方案:
添加注解@Options(useGeneratedKeys = false)
1. No setter found for the keyProperty 'id' in com.example.demo.entity.Shop.
添加注解@Options(useGeneratedKeys = false)
2.mybatis 批量插入自增主键报错 BindingException:Parameter 'id' not found
解决方案:
添加注解@Options(useGeneratedKeys = false)
本文标题:关于每次使用mybatis
本文链接:https://www.haomeiwen.com/subject/ilkugxtx.html
网友评论