随笔分类 -  mybatis

摘要:使用MyBatis Generator生成代码 官方文档说明如下 In some cases, MBG will generate MyBatis3 Compatible SQL Map XML Files. MBG generates SQL for simple CRUD functions o 阅读全文
posted @ 2020-03-10 14:19 它山之玉 阅读(277) 评论(0) 推荐(0)
摘要:mybatis-plus代码生成器 springboot整合mybatis-plus 引入依赖 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</sc 阅读全文
posted @ 2020-03-09 16:11 它山之玉 阅读(643) 评论(0) 推荐(0)