摘要:
【参考文章】:mybatis generator自动生成代码时 只生成了insert 而没有其他 【参考文章】:Mybatis Generator最完整配置详解 1. pom <plugin> <groupId>org.mybatis.generator</groupId> <artifactId> 阅读全文
摘要:
1. 解决方法 在 table 元素中删除属性 enableInsertByPrimaryKey 即可。就是这么神奇。。。 2. 情景重现 使用 mybatis-generator 插件生成代码时报错如图: 错误提示必须为 table 元素设置 enableInsertByPrimaryKey 属性 阅读全文