Skip to content
MyBatis integration with Spring Boot
Java TSQL Groovy Kotlin Shell FreeMarker
Branch: master
Clone or download

Latest commit

kazuki43zoo Merge pull request #466 from kazuki43zoo/apply-latest-version-automat…
…ically-on-travis

Apply latest version of 2.2.x and 2.1.x automatically on Travis CI
Latest commit 5b169fb Jun 13, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.mvn/wrapper Upgrade to maven-wrapper 0.5.6 Mar 20, 2020
mybatis-spring-boot-autoconfigure [maven-release-plugin] prepare for next development iteration Jun 5, 2020
mybatis-spring-boot-samples Bump maven-war-plugin from 3.2.3 to 3.3.0 Jun 10, 2020
mybatis-spring-boot-starter-test [maven-release-plugin] prepare for next development iteration Jun 5, 2020
mybatis-spring-boot-starter [maven-release-plugin] prepare for next development iteration Jun 5, 2020
mybatis-spring-boot-test-autoconfigure [maven-release-plugin] prepare for next development iteration Jun 5, 2020
travis Apply latest version of 2.2.x and 2.1.x automatically on Travis CI Jun 13, 2020
.gitattributes Add EOL normalization Sep 25, 2015
.gitignore [pom] Update maven wrapper to 0.4.0 Mar 19, 2018
.travis.yml Apply latest version of 2.2.x and 2.1.x automatically on Travis CI Jun 13, 2020
LICENSE Initial commit Sep 25, 2015
README.md Update README.md May 17, 2020
license.txt Update parent to 27, added new license.txt and re-generate headers Apr 10, 2016
mvnw Upgrade to maven-wrapper 0.5.6 Mar 20, 2020
mvnw.cmd Upgrade to maven-wrapper 0.5.6 Mar 20, 2020
pom.xml Bump spring-boot.version from 2.3.0.RELEASE to 2.3.1.RELEASE Jun 12, 2020

README.md

MyBatis integration with Spring Boot

Build Status Coverage Status Maven central Sonatype Nexus (Snapshots) License

mybatis-spring

MyBatis Spring-Boot-Starter will help you use MyBatis with Spring Boot

Requirements

  • master(2.1.x) : MyBatis 3.5+, MyBatis-Spring 2.0+(2.0.4+ recommended), Java 8+ and Spring Boot 2.1+
  • 2.0.x : MyBatis 3.5+, MyBatis-Spring 2.0+, Java 8+ and Spring Boot 2.0/2.1.
  • 1.3.x : MyBatis 3.4+, MyBatis-Spring 1.3+, Java 6+ and Spring Boot 1.5

Essentials

Published documentations

Snapshot documentations

Quick Start

Bug report & Feature request

Question

You can’t perform that action at this time.