Registry / database / mapper-spring-boot-starter

mapper-spring-boot-starter

JSON →
library6.0.0javamavenunverified

Spring Boot Support for Mapper

<dependency> <groupId>tk.mybatis</groupId> <artifactId>mapper-spring-boot-starter</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · MAPPER-SPRING-BOOT
M
mapper-spring-boot-starter
databasejavav6.0.0
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.

MapperScan
tk.mybatis.spring.annotation.MapperScan

Scans for MyBatis mapper interfaces in the specified package.

import tk.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication @MapperScan("com.example.mapper") public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } }
Debug
Known issues
gotchaThis starter is for MyBatis Mapper, not MyBatis-Plus or other variants.
fix
Ensure you have the correct MyBatis Mapper dependency and configuration.
affects: *
Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
2
Resources
mapper-spring-boot-starter — mvn dependency:get mapper-spring-boot-starter · libregistry