Skip to content

Commit b577c87

Browse files
authored
Merge pull request #1032 from kazuki43zoo/update-document-for-supporting-spring-boot-3.4
Update documentation for supporting spring-boot 3.4
2 parents 9642df4 + c9c4abf commit b577c87

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ MyBatis Spring-Boot-Starter will help you to use [MyBatis](https://github.com/my
1212

1313
## Requirements
1414

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

1818
## Compatibility Check
1919

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

2222
## Creating new project via Spring Initializr
2323

mybatis-spring-boot-autoconfigure/src/site/markdown/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ By using this module you will achieve:
2323

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

26-
| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
27-
|-----------------------------|-------------------------------------------|----------------|-----------------|
28-
| **3.0** | 3.0 | 3.0 - 3.1 | 17 or higher |
29-
| **2.3** | 2.1 | 2.5 - 2.7 | 8 or higher |
30-
| **~~2.2 (EOL)~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.5 - 2.7~~ | ~~8 or higher~~ |
31-
| **~~2.1 (EOL)~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.1 - 2.4~~ | ~~8 or higher~~ |
26+
| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
27+
|-----------------------------|-------------------------------------------|----------|-----------------|
28+
| **3.0** | 3.0 | 3.0 - 3.4 | 17 or higher |
29+
| **2.3** | 2.1 | 2.7 | 8 or higher |
30+
| **~~2.2 (EOL)~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.5 - 2.7~~ | ~~8 or higher~~ |
31+
| **~~2.1 (EOL)~~** | ~~2.0 (need 2.0.6+ for enable all features)~~ | ~~2.1 - 2.4~~ | ~~8 or higher~~ |
3232
| **~~2.0 (EOL)~~** | ~~2.0~~ | ~~2.0 or 2.1~~ | ~~8 or higher~~ |
33-
| **~~1.3 (EOL)~~** | ~~1.3~~ | ~~1.5~~ | ~~6 or higher~~ |
34-
| **~~1.2 (EOL)~~** | ~~1.3~~ | ~~1.4~~ | ~~6 or higher~~ |
35-
| **~~1.1 (EOL)~~** | ~~1.3~~ | ~~1.3~~ | ~~6 or higher~~ |
36-
| **~~1.0 (EOL)~~** | ~~1.2~~ | ~~1.3~~ | ~~6 or higher~~ |
33+
| **~~1.3 (EOL)~~** | ~~1.3~~ | ~~1.5~~ | ~~6 or higher~~ |
34+
| **~~1.2 (EOL)~~** | ~~1.3~~ | ~~1.4~~ | ~~6 or higher~~ |
35+
| **~~1.1 (EOL)~~** | ~~1.3~~ | ~~1.3~~ | ~~6 or higher~~ |
36+
| **~~1.0 (EOL)~~** | ~~1.2~~ | ~~1.3~~ | ~~6 or higher~~ |
3737

3838
## Installation
3939

mybatis-spring-boot-autoconfigure/src/site/zh_CN/markdown/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ MyBatis-Spring-Boot-Starter 要求以下版本:
2525

2626
| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
2727
|-----------------------------|----------------------|---------------|-----------|
28-
| **3.0** | 3.0 | 3.0 - 3.1 | 17 或更高 |
29-
| **2.3** | 2.1 | 2.5 - 2.7 | 8 或更高 |
30-
| **~~2.2 (EOL)~~** | ~~2.0(2.0.6 以上可开启所有特性~~| ~~2.5 - 2.7~~ | ~~8 或更高~~ |
31-
| **~~2.1 (EOL)~~** | ~~2.0(2.0.6 以上可开启所有特性)~~ | ~~2.1 - 2.4~~ | ~~8 或更高~~ |
28+
| **3.0** | 3.0 | 3.0 - 3.4 | 17 或更高 |
29+
| **2.3** | 2.1 | 2.7 | 8 或更高 |
30+
| **~~2.2 (EOL)~~** | ~~2.0(2.0.6 以上可开启所有特性~~| ~~2.5 - 2.7~~ | ~~8 或更高~~ |
31+
| **~~2.1 (EOL)~~** | ~~2.0(2.0.6 以上可开启所有特性)~~ | ~~2.1 - 2.4~~ | ~~8 或更高~~ |
3232
| **~~2.0 (EOL)~~** | ~~2.0~~ | ~~2.0 或 2.1~~ | ~~8 或更高~~ |
3333
| **~~1.3 (EOL)~~** | ~~1.3~~ | ~~1.5~~ | ~~6 或更高~~ |
3434
| **~~1.2 (EOL)~~** | ~~1.3~~ | ~~1.4~~ | ~~6 或更高~~ |

mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The MyBatis-Spring-Boot-Starter-Test requires following versions:
2424

2525
| MyBatis-Spring-Boot-Starter-Test | Spring Boot | Java |
2626
|----------------------------------|----------------|-----------------|
27-
| **3.0** | 3.0 - 3.1 | 17 or higher |
28-
| **2.3** | 2.5 - 2.7 | 8 or higher |
27+
| **3.0** | 3.0 - 3.4 | 17 or higher |
28+
| **2.3** | 2.7 | 8 or higher |
2929
| **~~2.2 (EOL)~~** | ~~2.5 - 2.7~~ | ~~8 or higher~~ |
3030
| **~~2.1 (EOL)~~** | ~~2.1 - 2.4~~ | ~~8 or higher~~ |
3131
| **~~2.0 (EOL)~~** | ~~2.0 or 2.1~~ | ~~8 or higher~~ |

mybatis-spring-boot-test-autoconfigure/src/site/zh_CN/markdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ TheMyBatis-Spring-Boot-Starter-Test 要求以下版本:
2222

2323
| MyBatis-Spring-Boot-Starter-Test | Spring Boot | Java |
2424
|----------------------------------|---------------|-----------|
25-
| **3.0** | 3.0 - 3.1 | 17 或更高 |
26-
| **2.3** | 2.5 - 2.7 | 8 或更高 |
25+
| **3.0** | 3.0 - 3.4 | 17 或更高 |
26+
| **2.3** | 2.7 | 8 或更高 |
2727
| **~~2.2 (EOL)~~** | ~~2.5 - 2.7~~ | ~~8 或更高~~ |
2828
| **~~2.1 (EOL)~~** | ~~2.1 - 2.4~~ | ~~8 或更高~~ |
2929
| **~~2.0 (EOL)~~** | ~~2.0 或 2.1~~ | ~~8 或更高~~ |

0 commit comments

Comments
 (0)