mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58: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:
|
mybatis-flex v1.0.2 2023017:
|
||||||
新增:添加自定义字段 typeHandler @Column(typeHandler=xxx) 的配置
|
新增:添加自定义字段 typeHandler @Column(typeHandler=xxx) 的配置
|
||||||
新增:内置默认的 fastjson fastjson2 gson jackson 的 TypeHandler,方便开发者直接使用
|
新增:内置默认的 fastjson fastjson2 gson jackson 的 TypeHandler,方便开发者直接使用
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.mybatis-flex</groupId>
|
<groupId>com.mybatis-flex</groupId>
|
||||||
<artifactId>mybatis-flex-core</artifactId>
|
<artifactId>mybatis-flex-core</artifactId>
|
||||||
<version>1.0.2</version>
|
<version>1.0.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.mybatis-flex</groupId>
|
<groupId>com.mybatis-flex</groupId>
|
||||||
<artifactId>mybatis-flex-spring</artifactId>
|
<artifactId>mybatis-flex-spring</artifactId>
|
||||||
<version>1.0.2</version>
|
<version>1.0.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
``````
|
``````
|
||||||
|
|
||||||
@ -29,6 +29,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.mybatis-flex</groupId>
|
<groupId>com.mybatis-flex</groupId>
|
||||||
<artifactId>mybatis-flex-spring-boot-starter</artifactId>
|
<artifactId>mybatis-flex-spring-boot-starter</artifactId>
|
||||||
<version>1.0.2</version>
|
<version>1.0.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
2
pom.xml
2
pom.xml
@ -7,7 +7,7 @@
|
|||||||
<groupId>com.mybatis-flex</groupId>
|
<groupId>com.mybatis-flex</groupId>
|
||||||
<artifactId>parent</artifactId>
|
<artifactId>parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.0.2</version>
|
<version>1.0.3</version>
|
||||||
|
|
||||||
<name>mybatis-flex</name>
|
<name>mybatis-flex</name>
|
||||||
<url>http://mybatis-flex.com</url>
|
<url>http://mybatis-flex.com</url>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user