File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2424Gradle:
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
4242Gradle:
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---
You can’t perform that action at this time.
0 commit comments