diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md index 223fc56e..8e8a4659 100644 --- a/docs/zh/intro/getting-started.md +++ b/docs/zh/intro/getting-started.md @@ -39,7 +39,7 @@ VALUES (1, '张三', 18, '2020-01-11'), com.mybatis-flex mybatis-flex-spring-boot-starter - 1.5.3 + 1.5.4 com.mysql diff --git a/docs/zh/intro/maven.md b/docs/zh/intro/maven.md index 7f82722f..333f8427 100644 --- a/docs/zh/intro/maven.md +++ b/docs/zh/intro/maven.md @@ -12,12 +12,12 @@ com.mybatis-flex mybatis-flex-core - 1.5.3 + 1.5.4 com.mybatis-flex mybatis-flex-processor - 1.5.3 + 1.5.4 provided ``` @@ -28,12 +28,12 @@ com.mybatis-flex mybatis-flex-spring - 1.5.3 + 1.5.4 com.mybatis-flex mybatis-flex-processor - 1.5.3 + 1.5.4 provided `````` @@ -44,12 +44,12 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.5.3 + 1.5.4 com.mybatis-flex mybatis-flex-processor - 1.5.3 + 1.5.4 provided ``` @@ -70,7 +70,7 @@ com.mybatis-flex mybatis-flex-processor - 1.5.3 + 1.5.4 diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index 006b062e..b7830fb7 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -220,7 +220,7 @@ pom.xml 添加 `annotationProcessorPaths` 配置, ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.5.3' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.5.4' } ``` diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 894643a9..f982537a 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -10,7 +10,7 @@ com.mybatis-flex mybatis-flex-codegen - 1.5.3 + 1.5.4 ``` diff --git a/pom.xml b/pom.xml index aece3808..10c518b3 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.mybatis-flex parent pom - 1.5.3 + 1.5.4 mybatis-flex https://mybatis-flex.com @@ -54,7 +54,7 @@ 8 8 - 1.5.3 + 1.5.4 3.5.13 2.1.0 diff --git a/readme_zh.md b/readme_zh.md index 6333ff7d..58219d09 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -13,7 +13,7 @@ > MyBatis-Flex 支持 CRUD、分页查询、多表查询、批量操作,但不丢失 MyBatis 原有的任何功能。 #### 3、高性能 -> MyBatis-Flex 采用独特的技术架构、相比同类框架(比如 MyBatis-Plus),MyBatis-Flex 的在增删改查等方面的性能均超越其 5~10 倍或以上。 +> MyBatis-Flex 采用独特的技术架构、相比同类框架,MyBatis-Flex 的在增删改查等方面的性能均超越其 5~10 倍或以上。 #### 4、更灵动 > MyBatis-Flex 支持多主键、多表查询、逻辑删除、乐观锁、数据脱敏、数据加密、多数据源、分库分表、字段权限、