diff --git a/README.md b/README.md index 7a87434c8..0a4573962 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md b/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md index d7ef08f1f..cb448371b 100644 --- a/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md +++ b/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md @@ -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 diff --git a/mybatis-spring-boot-autoconfigure/src/site/zh_CN/markdown/index.md b/mybatis-spring-boot-autoconfigure/src/site/zh_CN/markdown/index.md index fc42dd30b..191d10c50 100644 --- a/mybatis-spring-boot-autoconfigure/src/site/zh_CN/markdown/index.md +++ b/mybatis-spring-boot-autoconfigure/src/site/zh_CN/markdown/index.md @@ -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 或更高~~ | diff --git a/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md b/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md index 88ff6a199..aa46ead6f 100644 --- a/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md +++ b/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md @@ -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~~ | diff --git a/mybatis-spring-boot-test-autoconfigure/src/site/zh_CN/markdown/index.md b/mybatis-spring-boot-test-autoconfigure/src/site/zh_CN/markdown/index.md index 70fc76dfb..4567fcd4e 100644 --- a/mybatis-spring-boot-test-autoconfigure/src/site/zh_CN/markdown/index.md +++ b/mybatis-spring-boot-test-autoconfigure/src/site/zh_CN/markdown/index.md @@ -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 或更高~~ |