Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ MyBatis Spring-Boot-Starter will help you to use MyBatis with Spring Boot

## Requirements

* master : MyBatis 3.5+, MyBatis-Spring 3.0, Java 17+ and Spring Boot 3.0
* master : MyBatis 3.5+, MyBatis-Spring 3.0, Java 17+ and Spring Boot 3.0-3.1(Not release yet)
* 2.3.x : MyBatis 3.5+, MyBatis-Spring 2.1, Java 8+ and Spring Boot 2.5-2.7

## Compatibility Check

* Compatibility with Spring Boot 2.5 - 3.0 [here](https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker)
* Compatibility with Spring Boot 2.5 - 3.1 [here](https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker)

## Essentials

Expand Down
4 changes: 2 additions & 2 deletions mybatis-spring-boot-autoconfigure/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ The MyBatis-Spring-Boot-Starter requires following versions:

| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
|-----------------------------|-------------------------------------------|----------------|-----------------|
| **3.0** | 3.0 | 3.0 | 17 or higher |
| **3.0** | 3.0 | 3.0 - 3.1 | 17 or higher |
| **2.3** | 2.1 | 2.5 - 2.7 | 8 or higher |
| **2.2** | 2.0 (need 2.0.6+ for enable all features) | 2.5 - 2.7 | 8 or higher |
| **~~2.1~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.1 - 2.4~~ | ~~8 or higher~~ |
| **~~2.1~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.1 - 2.4~~ | ~~8 or higher~~ |
| **~~2.0 (EOL)~~** | ~~2.0~~ | ~~2.0 or 2.1~~ | ~~8 or higher~~ |
| **~~1.3 (EOL)~~** | ~~1.3~~ | ~~1.5~~ | ~~6 or higher~~ |
| **~~1.2 (EOL)~~** | ~~1.3~~ | ~~1.4~~ | ~~6 or higher~~ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MyBatis-Spring-Boot-Starter 要求以下版本:

| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
|-----------------------------|----------------------|---------------|-----------|
| **3.0** | 3.0 | 3.0 | 17 或更高 |
| **3.0** | 3.0 | 3.0 - 3.1 | 17 或更高 |
| **2.3** | 2.1 | 2.5 - 2.7 | 8 或更高 |
| **2.2** | 2.0(2.0.6 以上可开启所有特性) | 2.5 - 2.7 | 8 或更高 |
| **~~2.1~~** | ~~2.0(2.0.6 以上可开启所有特性)~~ | ~~2.1 - 2.4~~ | ~~8 或更高~~ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The MyBatis-Spring-Boot-Starter-Test requires following versions:

| MyBatis-Spring-Boot-Starter-Test | Spring Boot | Java |
|----------------------------------|----------------|-----------------|
| **3.0** | 3.0 | 17 or higher |
| **3.0** | 3.0 - 3.1 | 17 or higher |
| **2.3** | 2.5 - 2.7 | 8 or higher |
| **2.2** | 2.5 - 2.7 | 8 or higher |
| **~~2.1~~** | ~~2.1 - 2.4~~ | ~~8 or higher~~ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TheMyBatis-Spring-Boot-Starter-Test 要求以下版本:

| MyBatis-Spring-Boot-Starter-Test | Spring Boot | Java |
|----------------------------------|---------------|-----------|
| **3.0** | 3.0 | 17 或更高 |
| **3.0** | 3.0 - 3.1 | 17 或更高 |
| **2.3** | 2.5 - 2.7 | 8 或更高 |
| **2.2** | 2.5 - 2.7 | 8 或更高 |
| **~~2.1~~** | ~~2.1 - 2.4~~ | ~~8 或更高~~ |
Expand Down