
mybatisplus
文章平均质量分 72
Dog_Elder
这个作者很懒,什么都没留下…
展开
-
选择正确的 MyBatis Mapper 文件配置方式
Invalid bound statement (not found) 扫.xml mybatis-plus原创 2023-06-05 20:55:31 · 440 阅读 · 1 评论 -
MyBatis-plus常规使用
这里写目录标题SpringBoot+MP环境搭建pom依赖MP的yml配置文件SB+MP的代码结构+增删查改测试表Base类PO类DAO类Mapper文件Service接口ServiceImpl实现类MP的"增改"更新公共字段关于枚举属性测试增删改(示例)增删改SpringBoot+MP环境搭建SpringBoot相对于来说不过多介绍主要是MP的相关内容本文SpringBoot版本2.2.13.RELEASEpom依赖 <!--mybatis-plus -->原创 2021-09-10 16:08:03 · 593 阅读 · 0 评论