{"id":13694882,"url":"https://github.com/mybatis/spring-boot-starter","last_synced_at":"2025-12-28T21:55:09.437Z","repository":{"id":38416972,"uuid":"43142077","full_name":"mybatis/spring-boot-starter","owner":"mybatis","description":"MyBatis integration with Spring Boot","archived":false,"fork":false,"pushed_at":"2025-05-01T06:06:33.000Z","size":15364,"stargazers_count":4192,"open_issues_count":18,"forks_count":1797,"subscribers_count":218,"default_branch":"master","last_synced_at":"2025-05-03T02:07:33.215Z","etag":null,"topics":["java","mybatis","spring-boot"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mybatis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-09-25T13:05:15.000Z","updated_at":"2025-05-01T02:03:58.000Z","dependencies_parsed_at":"2023-12-23T01:36:45.089Z","dependency_job_id":"cb12c077-9dd0-4e94-aaa9-4f362ca00647","html_url":"https://github.com/mybatis/spring-boot-starter","commit_stats":{"total_commits":1012,"total_committers":35,"mean_commits":"28.914285714285715","dds":0.6857707509881423,"last_synced_commit":"0386e392c059200eaf68bed002792df1fb14ff4f"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybatis%2Fspring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybatis%2Fspring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybatis%2Fspring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybatis%2Fspring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mybatis","download_url":"https://codeload.github.com/mybatis/spring-boot-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252577003,"owners_count":21770721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","mybatis","spring-boot"],"created_at":"2024-08-02T17:01:46.724Z","updated_at":"2025-12-28T21:55:09.431Z","avatar_url":"https://github.com/mybatis.png","language":"Java","readme":"# MyBatis integration with Spring Boot\n\n[![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)\n[![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)\n[![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)\n[![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/)\n[![License](https://img.shields.io/:license-apache-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n\n![mybatis-spring](https://mybatis.org/images/mybatis-logo.png)\n\nMyBatis 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)\n\n## Requirements\n\n* master : MyBatis 3.5, MyBatis-Spring 4.0, Java 17+ and Spring Boot 4.0\n* 3.0.x : MyBatis 3.5, MyBatis-Spring 3.0, Java 17+ and Spring Boot 3.2-3.5\n* 2.3.x : MyBatis 3.5, MyBatis-Spring 2.1, Java 8+ and Spring Boot 2.7\n\n## Compatibility Check\n\n* Compatibility with Spring Boot 2.7 - 4.0 [here](https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker)\n\n## Creating new project via Spring Initializr\n\n* https://start.spring.io/#!dependencies=mybatis\n\n## Essentials\n\n### Published documentations\n\n* [See the docs](http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure)\n* [See the docs for testing](http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-test-autoconfigure)\n\n### Snapshot documentations\n\n* [See the docs](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md)\n* [See the docs for testing](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md)\n\nTranslations:\n\n* [See the docs(简体中文)](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/site/zh_CN/markdown/index.md)\n* [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)\n\n\n## Quick Start\n\n* [See the wiki page](https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start)\n\n## Quick Start for building native image\n\n* [See the wiki page](https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start-for-building-native-image)\n\n## Bug report \u0026 Feature request\n\n* [GitHub Issue Tracker](https://github.com/mybatis/spring-boot-starter/issues)\n\n## Question\n\n* [Google Groups(Mailing list)](https://groups.google.com/forum/#!forum/mybatis-user)\n* [Stack Overflow](https://stackoverflow.com/questions/tagged/mybatis)\n","funding_links":[],"categories":["Java","spring-boot-starter"],"sub_categories":["非官方"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmybatis%2Fspring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmybatis%2Fspring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmybatis%2Fspring-boot-starter/lists"}