Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for supporting spring-boot 3.4 #1032

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](https://github.com/my

## Requirements

* master : MyBatis 3.5, MyBatis-Spring 3.0, Java 17+ and Spring Boot 3.0-3.2
* master : MyBatis 3.5, MyBatis-Spring 3.0, Java 17+ and Spring Boot 3.0-3.4
* 2.3.x : MyBatis 3.5, MyBatis-Spring 2.1, Java 8+ and Spring Boot 2.7

## Compatibility Check

* Compatibility with Spring Boot 2.6 - 3.2 [here](https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker)
* Compatibility with Spring Boot 2.7 - 3.4 [here](https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker)

## Creating new project via Spring Initializr

Expand Down
20 changes: 10 additions & 10 deletions mybatis-spring-boot-autoconfigure/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ By using this module you will achieve:

The MyBatis-Spring-Boot-Starter requires following versions:

| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
|-----------------------------|-------------------------------------------|----------------|-----------------|
| **3.0** | 3.0 | 3.0 - 3.1 | 17 or higher |
| **2.3** | 2.1 | 2.5 - 2.7 | 8 or higher |
| **~~2.2 (EOL)~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.5 - 2.7~~ | ~~8 or higher~~ |
| **~~2.1 (EOL)~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.1 - 2.4~~ | ~~8 or higher~~ |
| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
|-----------------------------|-------------------------------------------|----------|-----------------|
| **3.0** | 3.0 | 3.0 - 3.4 | 17 or higher |
| **2.3** | 2.1 | 2.7 | 8 or higher |
| **~~2.2 (EOL)~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.5 - 2.7~~ | ~~8 or higher~~ |
| **~~2.1 (EOL)~~** | ~~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~~ |
| **~~1.1 (EOL)~~** | ~~1.3~~ | ~~1.3~~ | ~~6 or higher~~ |
| **~~1.0 (EOL)~~** | ~~1.2~~ | ~~1.3~~ | ~~6 or higher~~ |
| **~~1.3 (EOL)~~** | ~~1.3~~ | ~~1.5~~ | ~~6 or higher~~ |
| **~~1.2 (EOL)~~** | ~~1.3~~ | ~~1.4~~ | ~~6 or higher~~ |
| **~~1.1 (EOL)~~** | ~~1.3~~ | ~~1.3~~ | ~~6 or higher~~ |
| **~~1.0 (EOL)~~** | ~~1.2~~ | ~~1.3~~ | ~~6 or higher~~ |

## Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ MyBatis-Spring-Boot-Starter 要求以下版本:

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

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

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