Tag

BaseMapper

0 views collected around this technical thread.

vivo Internet Technology
vivo Internet Technology
May 19, 2021 · Backend Development

MyBatis-Plus SQL Auto-Injection Principle Analysis

MyBatis‑Plus enhances MyBatis by automatically injecting CRUD SQL via BaseMapper, using entity annotations and template methods to map classes to tables, eliminating repetitive manual SQL, supporting lambda queries, pagination, and performance tools, all with minimal intrusion and overhead.

Backend DevelopmentBaseMapperJava
0 likes · 10 min read
MyBatis-Plus SQL Auto-Injection Principle Analysis