diff --git a/changes.txt b/changes.txt index a8dbbe54..bcd4d90d 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,11 @@ +mybatis-flex v1.0.3 2023021: +新增:APT 自动生成 Mapper 代码的功能,无需在手动编写 +新增:APT 新增 "processer.mappersGenerateEnable" 配置,用于开启是否自动生成 Mapper 类 +修复:condition.when(flag) 的 value 值有返回的问题 +文档:添加 where 动态条件文档示例,同步 APT 的文档 + + + mybatis-flex v1.0.2 2023017: 新增:添加自定义字段 typeHandler @Column(typeHandler=xxx) 的配置 新增:内置默认的 fastjson fastjson2 gson jackson 的 TypeHandler,方便开发者直接使用 diff --git a/docs/zh/maven.md b/docs/zh/maven.md index ca3b237f..0aa853fe 100644 --- a/docs/zh/maven.md +++ b/docs/zh/maven.md @@ -9,7 +9,7 @@ com.mybatis-flex mybatis-flex-core - 1.0.2 + 1.0.3 ``` @@ -19,7 +19,7 @@ com.mybatis-flex mybatis-flex-spring - 1.0.2 + 1.0.3 `````` @@ -29,6 +29,6 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.0.2 + 1.0.3 ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3b76ce36..e44567ed 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.mybatis-flex parent pom - 1.0.2 + 1.0.3 mybatis-flex http://mybatis-flex.com