Mybatis-Plus Basics

Mybatis-Plus Introduce

Simple:MyBatis-Plus is an powerful enhanced tool for MyBatis. it provides many efficient operations for MyBatis. and you can seamlessly switch to MyBatis-Plus from MyBatis.

Powerful:MyBatis-Plus can automatically inject basic SQL fragments, have a powerful and flexible where condition wrapper, using it can save you a lot of development time.

Extensibility:MyBatis-Plus has many useful plugins(e.g. code generator, auto paging, performance analysis and so on), it has provided everything you need.

Getting Start

Features

Non-invasion,Little loss,Powerful CRUD,Lambda,Auto generate PK,ActiveRecord,tec。

猜你喜欢

转载自www.cnblogs.com/feiqiangsheng/p/12636581.html