Parcourir la source

修改 readme 版本号

hubin il y a 6 ans
Parent
commit
c77df5b705
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -59,12 +59,12 @@ MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development
         <dependency>
             <groupId>com.baomidou</groupId>
             <artifactId>mybatis-plus-boot-starter</artifactId>
-            <version>3.1.0</version>
+            <version>3.1.2</version>
         </dependency>
         ```
     -   Gradle
         ```groovy
-        compile group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: '3.1.0'
+        compile group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: '3.1.2'
         ```
 -   Modify mapper file extends BaseMapper interface