File tree 5 files changed +10
-5
lines changed
mybatis-spring-boot-autoconfigure/src/site/markdown
mybatis-spring-boot-test-autoconfigure/src
5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ MyBatis Spring-Boot-Starter will help you to use MyBatis with Spring Boot
12
12
13
13
## Requirements
14
14
15
- * master(2.1.x) : MyBatis 3.5+, MyBatis-Spring 2.0+(2.0.4+ recommended), Java 8+ and Spring Boot 2.1+
16
- * 2.0.x : MyBatis 3.5+, MyBatis-Spring 2.0+, Java 8+ and Spring Boot 2.0/2.1.
15
+ * master(2.2.x) : MyBatis 3.5+, MyBatis-Spring 2.0+(2.0.6+ recommended), Java 8+ and Spring Boot 2.5+
16
+ * 2.1.x : MyBatis 3.5+, MyBatis-Spring 2.0+(2.0.6+ recommended), Java 8+ and Spring Boot 2.1-2.4
17
+ * 2.0.x(EOL) : MyBatis 3.5+, MyBatis-Spring 2.0+, Java 8+ and Spring Boot 2.0/2.1.
17
18
* 1.3.x : MyBatis 3.4+, MyBatis-Spring 1.3+, Java 6+ and Spring Boot 1.5
18
19
19
20
## Essentials
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ The MyBatis-Spring-Boot-Starter requires following versions:
16
16
17
17
| MyBatis-Spring-Boot-Starter | MyBatis-Spring | Spring Boot | Java |
18
18
| --- | --- | --- | --- |
19
- | ** 2.1** | 2.0 (need 2.0.2+ for enable all features) | 2.1 or higher | 8 or higher |
19
+ | ** 2.2** | 2.0 (need 2.0.6+ for enable all features) | 2.5 or higher | 8 or higher |
20
+ | ** 2.1** | 2.0 (need 2.0.6+ for enable all features) | 2.1 - 2.4 | 8 or higher |
20
21
| ** ~~ 2.0 (EOL)~~ ** | ~~ 2.0~~ | ~~ 2.0 or 2.1~~ | ~~ 8 or higher~~ |
21
22
| ** 1.3** | 1.3 | 1.5 | 6 or higher |
22
23
| ** ~~ 1.2 (EOL)~~ ** | ~~ 1.3~~ | ~~ 1.4~~ | ~~ 6 or higher~~ |
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConf
6
6
org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration,\
7
7
org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration,\
8
8
org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration,\
9
+ org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration,\
9
10
org.mybatis.spring.boot.autoconfigure.MybatisLanguageDriverAutoConfiguration,\
10
11
org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ The MyBatis-Spring-Boot-Starter-Test requires following versions:
15
15
16
16
| MyBatis-Spring-Boot-Starter-Test | Spring Boot | Java |
17
17
| --- | --- | --- |
18
- | ** 2.1** | 2.1 or higher | 8 or higher |
18
+ | ** 2.2** | 2.5 or higher | 8 or higher |
19
+ | ** 2.1** | 2.1 - 2.4 | 8 or higher |
19
20
| ** ~~ 2.0 (EOL)~~ ** | ~~ 2.0 or 2.1~~ | ~~ 8 or higher~~ |
20
21
| ** 1.3** | 1.5 | 6 or higher |
21
22
| ** ~~ 1.2 (EOL)~~ ** | ~~ 1.4~~ | ~~ 6 or higher~~ |
@@ -294,6 +295,7 @@ The `@MybatisTest` will import following auto-configuration classes.
294
295
* ` org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration `
295
296
* ` org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration `
296
297
* ` org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration `
298
+ * ` org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration `
297
299
* ` org.mybatis.spring.boot.autoconfigure.MybatisLanguageDriverAutoConfiguration `
298
300
* ` org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration `
299
301
Original file line number Diff line number Diff line change 72
72
<mybatis-freemarker .version>1.2.2</mybatis-freemarker .version>
73
73
<mybatis-velocity .version>2.1.0</mybatis-velocity .version>
74
74
<mybatis-thymeleaf .version>1.0.2</mybatis-thymeleaf .version>
75
- <spring-boot .version>2.4.5 </spring-boot .version>
75
+ <spring-boot .version>2.5.0 </spring-boot .version>
76
76
</properties >
77
77
78
78
<build >
You can’t perform that action at this time.
0 commit comments