文章分类 - mybatis-plus学习笔记
1、基础知识 2、实际应用 3、遇到的问题及总结
-
10、MyBatis-Plus 多数据源
摘要:1、多数据源 阅读全文
-
9、Mybatis-Plus 乐观锁
摘要:1、乐观锁 2、乐观锁的代码实现 阅读全文
-
8、Mybatis-Plus 分页插件、自定义分页
摘要:1、分页插件。2、自定义分页 阅读全文
-
7、Mybatis-Plus condition的使用
摘要:1、condition 2、LambdaQueryWrapper 阅读全文
-
6、Mybatis-Plus wrapper的使用
摘要:1、 wrapper的使用 阅读全文
-
5、Mybatis-Plus 常用注解
摘要:1、注解的使用 阅读全文
-
4、Mybatis-Plus 通用service的操作
摘要:1、通用service的操作 阅读全文
-
3、Mybatis-Plus 自定义sql语句
摘要:自己定义sql语句。类似mybatis中的编写 阅读全文
-
2、Mybatis-Plus 测试增删改查
摘要:1、数据库脚本 2、实体类 3、测试增删改查 阅读全文
-
1、Mybatis-Plus 创建SpringBoot项目
摘要:1、创建项目 2、pom依赖 3、加入日志 4、数据库连接(mysql) 阅读全文