Skip to content

Commit c22c923

Browse files
authored
Update install.md
升级 3.0.3
1 parent ab64673 commit c22c923

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guide/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Maven:
1717
<dependency>
1818
<groupId>com.baomidou</groupId>
1919
<artifactId>mybatis-plus-boot-starter</artifactId>
20-
<version>3.0.1</version>
20+
<version>3.0.3</version>
2121
</dependency>
2222
```
2323

2424
Gradle:
2525

2626
```groovy
27-
compile group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: '3.0.1'
27+
compile group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: '3.0.3'
2828
```
2929

3030
## Spring MVC
@@ -35,14 +35,14 @@ Maven:
3535
<dependency>
3636
<groupId>com.baomidou</groupId>
3737
<artifactId>mybatis-plus</artifactId>
38-
<version>3.0.1</version>
38+
<version>3.0.3</version>
3939
</dependency>
4040
```
4141

4242
Gradle:
4343

4444
```groovy
45-
compile group: 'com.baomidou', name: 'mybatis-plus', version: '3.0.1'
45+
compile group: 'com.baomidou', name: 'mybatis-plus', version: '3.0.3'
4646
```
4747

4848
---

0 commit comments

Comments
 (0)