Skip to content

Commit 0ef5949

Browse files
authored
Merge pull request #1079 from kazuki43zoo/modify-doc-for-support-spring-boot-3.5
Support Spring Boot 3.5 in doc
2 parents 8cd7c0b + 540f179 commit 0ef5949

File tree

3 files changed

+13
-13
lines changed
  • mybatis-spring-boot-autoconfigure/src/site/markdown
  • mybatis-spring-boot-test-autoconfigure/src/site/markdown

3 files changed

+13
-13
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.4
15+
* master : MyBatis 3.5, MyBatis-Spring 3.0, Java 17+ and Spring Boot 3.0-3.5
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.7 - 3.4 [here](https://github.com/kazuki43zoo/mybatis-spring-boot-dev-compatibility-checker)
20+
* Compatibility with Spring Boot 2.7 - 3.5 [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.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~~ |
26+
| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
27+
|-----------------------------|-------------------------------------------|----------------|-----------------|
28+
| **3.0** | 3.0 | 3.0 - 3.5 | 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-test-autoconfigure/src/site/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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.4 | 17 or higher |
27+
| **3.0** | 3.0 - 3.5 | 17 or higher |
2828
| **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~~ |

0 commit comments

Comments
 (0)