Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 2.24 KB

README.md

File metadata and controls

42 lines (26 loc) · 2.24 KB

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.3+ 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