doc
This commit is contained in:
parent
736064bca3
commit
c44259b09a
30
README.md
30
README.md
@ -41,7 +41,8 @@
|
||||
|
||||
## What is MyBatis-Plus?
|
||||
|
||||
MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development. This toolkit provides some efficient, useful, out-of-the-box features for MyBatis, use it can effectively save your development time.
|
||||
MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development. This toolkit provides some efficient,
|
||||
useful, out-of-the-box features for MyBatis, use it can effectively save your development time.
|
||||
|
||||
## Links
|
||||
|
||||
@ -69,7 +70,8 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
|
||||
## Getting started
|
||||
|
||||
- Add MyBatis-Plus dependency
|
||||
- Latest Version: [](https://search.maven.org/search?q=g:com.baomidou%20a:mybatis-*)
|
||||
- Latest
|
||||
Version: [](https://search.maven.org/search?q=g:com.baomidou%20a:mybatis-*)
|
||||
- Maven:
|
||||
- SpringBoot2
|
||||
```xml
|
||||
@ -87,6 +89,24 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
|
||||
<version>Latest Version</version>
|
||||
</dependency>
|
||||
```
|
||||
- `^3.9.6` may need additional citations
|
||||
- jdk8+
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-jsqlparser</artifactId>
|
||||
<version>Latest Version</version>
|
||||
</dependency>
|
||||
```
|
||||
- jdk8
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-jsqlparser-4.9</artifactId>
|
||||
<version>Latest Version</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
- Gradle
|
||||
- SpringBoot2
|
||||
```groovy
|
||||
@ -117,8 +137,10 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
|
||||
SELECT * FROM user WHERE age >= 18
|
||||
```
|
||||
|
||||
> This showcase is just a small part of MyBatis-Plus features. If you want to learn more, please refer to the [documentation](https://baomidou.com).
|
||||
> This showcase is just a small part of MyBatis-Plus features. If you want to learn more, please refer to
|
||||
> the [documentation](https://baomidou.com).
|
||||
|
||||
## License
|
||||
|
||||
MyBatis-Plus is under the Apache 2.0 license. See the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) file for details.
|
||||
MyBatis-Plus is under the Apache 2.0 license. See the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
file for details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user