v1.0.3 release (^.^)YYa!!

This commit is contained in:
开源海哥 2023-03-21 18:53:55 +08:00
parent d24f34003c
commit 1d49205ef9
3 changed files with 12 additions and 4 deletions

View File

@ -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方便开发者直接使用

View File

@ -9,7 +9,7 @@
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
@ -19,7 +19,7 @@
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-spring</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
``````
@ -29,6 +29,6 @@
<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-spring-boot-starter</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

View File

@ -7,7 +7,7 @@
<groupId>com.mybatis-flex</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>1.0.2</version>
<version>1.0.3</version>
<name>mybatis-flex</name>
<url>http://mybatis-flex.com</url>