You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,24 @@
10
10
11
11
MyBatis Spring-Boot-Starter will help you use MyBatis with Spring Boot
12
12
13
-
Requirements
14
-
----------
13
+
## Requirements
15
14
16
15
* master(2.1.x) : MyBatis 3.5+, MyBatis-Spring 2.0+(2.0.2+ recommended), Java 8+ and Spring Boot 2.1+
17
16
* 2.0.x : MyBatis 3.5+, MyBatis-Spring 2.0+, Java 8+ and Spring Boot 2.0/2.1.
18
17
* 1.3.x : MyBatis 3.4+, MyBatis-Spring 1.3+, Java 6+ and Spring Boot 1.5
19
18
20
-
Essentials
21
-
----------
19
+
## Essentials
20
+
21
+
### Published documentations
22
22
23
23
*[See the docs](http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure)
24
24
*[See the docs for testing](http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-test-autoconfigure)
25
25
26
-
Quick Start
27
-
----------
26
+
### Snapshot documentations
27
+
28
+
*[See the docs](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-autoconfigure/src/site/markdown/index.md)
29
+
*[See the docs for testing](https://github.com/mybatis/spring-boot-starter/blob/master/mybatis-spring-boot-test-autoconfigure/src/site/markdown/index.md)
30
+
31
+
## Quick Start
28
32
29
33
*[See the wiki page](https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start)
0 commit comments