A universal MyBatis mapper that simplifies database operations by providing common CRUD methods without writing XML or annotations.
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper</artifactId>
<version>6.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a MyBatis mapper interface extending the universal Mapper
Check migration guide when upgrading from 4.x or 5.x
No dependency data recorded yet.