# spring-boot-starter **Repository Path**: mirrors/spring-boot-starter ## Basic Information - **Project Name**: spring-boot-starter - **Description**: MyBatis integration with Spring Boot - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 5 - **Created**: 2020-08-27 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyBatis integration with Spring Boot [![Java CI](https://github.com/mybatis/spring-boot-starter/actions/workflows/ci.yaml/badge.svg)](https://github.com/mybatis/spring-boot-starter/actions/workflows/ci.yaml) [![Coverage Status](https://coveralls.io/repos/github/mybatis/spring-boot-starter/badge.svg?branch=master)](https://coveralls.io/github/mybatis/spring-boot-starter?branch=master) [![Maven central](https://maven-badges.herokuapp.com/maven-central/org.mybatis.spring.boot/mybatis-spring-boot/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mybatis.spring.boot/mybatis-spring-boot) [![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.mybatis.spring.boot/mybatis-spring-boot.svg)](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/spring/boot/mybatis-spring-boot/) [![License](https://img.shields.io/:license-apache-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) ![mybatis-spring](https://mybatis.org/images/mybatis-logo.png) MyBatis Spring-Boot-Starter will help you to use [MyBatis](https://github.com/mybatis/mybatis-3) with [Spring Boot](https://github.com/spring-projects/spring-boot) ## Requirements * master : MyBatis 3.5, MyBatis-Spring 3.0, Java 17+ and Spring Boot 3.0-3.5 * 2.3.x : MyBatis 3.5, MyBatis-Spring 2.1, Java 8+ and Spring Boot 2.7 ## Compatibility Check * Compatibility with Spring Boot 2.7 - 3.5 [here](https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker) ## Creating new project via Spring Initializr * https://start.spring.io/#!dependencies=mybatis ## Essentials ### Published documentations * [See the docs](http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure) * [See the docs for testing](http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-test-autoconfigure) ### Snapshot documentations * [See the docs](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md) * [See the docs for testing](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md) Translations: * [See the docs(简体中文)](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/site/zh_CN/markdown/index.md) * [See the docs for testing(简体中文)](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-test-autoconfigure/src/site/zh_CN/markdown/index.md) ## Quick Start * [See the wiki page](https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start) ## Quick Start for building native image * [See the wiki page](https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start-for-building-native-image) ## Bug report & Feature request * [GitHub Issue Tracker](https://github.com/mybatis/spring-boot-starter/issues) ## Question * [Google Groups(Mailing list)](https://groups.google.com/forum/#!forum/mybatis-user) * [Stack Overflow](https://stackoverflow.com/questions/tagged/mybatis)