SpringBoot project embraces the practice of mybatis plus persistence layer framework

Contents of this article preface Since the launch of Mybatis plus, more and more companies have chosen the Mybatis plus framework to replace the persistence layer framework Mybatis in their own projects. Because Mybatis plus not only has the flexibility of handwritten complex sql statements of Mybatis, but also has the general framework met ...

Posted by bob2006 on Sun, 05 Dec 2021 13:54:36 -0800

Mybatis plus -- extension -- use / tutorial / example

Original website: Mybatis plus -- extension -- use / tutorial / example_ CSDN blog brief introduction brief introduction         This paper introduces the common extended functions of MybatisPlus, including logical deletion, automatic filling and performance analysis. Official website https://baomidou.com/guide/logic-de ...

Posted by TheTechChik on Thu, 11 Nov 2021 17:21:25 -0800

How to insert 100000 pieces of data in batches?

@[toc]Last week, brother song reprinted an article on batch data insertion. He talked with you about how to do batch data insertion quickly.After reading the article, a little partner put forward different opinions:Brother song had a serious chat with BUG and basically understood the meaning of this little partner, so I also wrote a test case a ...

Posted by Fjerpje on Tue, 02 Nov 2021 02:31:00 -0700

Field filling of MyBatisPlus

It will be the top of the mountain | @Author: TTODS MyBatisPlus framework series article directory: Spring boot integrates MybatisPlus CRUD of MyBatisPlus Mapper layer CRUD of MyBatisPlus Service layer Paging function provided by MyBatisPlus Field filling of MyBatisPlus (current) Logical deletion of MyBatisPlus Optimistic lock of ...

Posted by jpratt on Mon, 25 Oct 2021 01:29:19 -0700

(grain project VI) mybatis plus basic application CRUD, primary key policy, automatic filling, optimistic lock, etc

brief introduction Official website: http://mp.baomidou.com/ Reference tutorial: http://mp.baomidou.com/guide/ MyBatis-Plus (MP) is a MyBatis On the basis of MyBatis, the enhancement tool is only enhanced without change. It is born to simplify development and improve efficiency. quick get start Quick start reference: http://mp.baomidou.com ...

Posted by cwspen on Sat, 09 Oct 2021 15:22:24 -0700