
mybatis-plus
文章平均质量分 76
这个名字先用着
这个作者很懒,什么都没留下…
展开
-
使用MybatisPlus对List数据进行分页
使用MybatisPlus对List数据进行分页原创 2022-09-08 18:25:28 · 1454 阅读 · 1 评论 -
MyBatis-Plus介绍和使用
MP原创 2022-07-15 14:28:42 · 14142 阅读 · 0 评论 -
MyBatis-plus结合springboot的应用
MP的全局配置:mybatis-plus: global-config: db-config: id-type: auto #主键策略,mysql是采取自增的 configuration: map-underscore-to-camel-case: true #可以不用配置,默认就是配置了true其中:camel:骆驼原创 2021-05-07 13:03:32 · 643 阅读 · 1 评论 -
SpringBoot笔记5-整合数据库和MyBatis分页/MyBatis-plus分页
数据访问:数据库开发的JdbcTemplate使用:导入数据源的场景和数据库驱动: <!--数据库的场景--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jdbc</artifactId> </dep原创 2021-04-06 23:43:23 · 811 阅读 · 0 评论