mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
v1.0.3 release (^.^)YYa!!
This commit is contained in:
parent
d24f34003c
commit
1d49205ef9
@ -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,方便开发者直接使用
|
||||
|
||||
@ -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>
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user