Registry / orm / mybatis-plus-core

mybatis-plus-core

JSON →
library3.5.16javamavenunverified

An enhanced toolkit of MyBatis to simplify development with features like auto-mapping and pagination.

<dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-core</artifactId> <version>3.5.16</version> </dependency>
INSTALL
IMPORT
SIG · MYBATIS-PLUS-CORE
M
mybatis-plus-core
ormjavav3.5.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BaseMapper
com.baomidou.mybatisplus.core.mapper.BaseMapper

Minimal example showing a mapper interface extending BaseMapper.

import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; @Mapper public interface UserMapper extends BaseMapper<User> { // CRUD methods are automatically provided }
Debug
Known issues
breakingMyBatis-Plus requires MyBatis 3.5+ and may have breaking changes between major versions.
fix
Ensure compatibility by using the same major version of MyBatis-Plus and MyBatis.
affects: <3.0.0
Upgrade
Version history
3.5.16latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Amazon
1
Resources
mybatis-plus-core — mvn dependency:get mybatis-plus-core · libregistry