Skip to content

Commit

Permalink
Merge pull request #1032 from kazuki43zoo/update-document-for-support…
Browse files Browse the repository at this point in the history
…ing-spring-boot-3.4

Update documentation for supporting spring-boot 3.4
  • Loading branch information
kazuki43zoo authored Nov 26, 2024
2 parents 9642df4 + c9c4abf commit b577c87
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
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

0 comments on commit b577c87

Please sign in to comment.