mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 17:48:25 +08:00
v1.1.2 release (^.^)YYa!!
This commit is contained in:
parent
7cb3cfef04
commit
a7e0bdfa60
@ -1,4 +1,4 @@
|
|||||||
mybatis-flex v1.1.1 20230414:
|
mybatis-flex v1.1.2 20230414:
|
||||||
新增:QueryCondition 的 and(string) 和 or(string) 方法
|
新增:QueryCondition 的 and(string) 和 or(string) 方法
|
||||||
新增:Page.map() 方法用于 Page 数据转换
|
新增:Page.map() 方法用于 Page 数据转换
|
||||||
新增:SQL 审计新增数据返回行数和自定义业务ID的支持
|
新增:SQL 审计新增数据返回行数和自定义业务ID的支持
|
||||||
@ -15,7 +15,9 @@ mybatis-flex v1.1.1 20230414:
|
|||||||
修复:MybatisKeyGeneratorUtil.java 空指针的问题
|
修复:MybatisKeyGeneratorUtil.java 空指针的问题
|
||||||
修复:Springboot3 NestedIOException 找不到的问题
|
修复:Springboot3 NestedIOException 找不到的问题
|
||||||
修复:QueryCondition 的值为 QueryColumn 或 RawValue 时错处的问题
|
修复:QueryCondition 的值为 QueryColumn 或 RawValue 时错处的问题
|
||||||
|
修复:在某些场景下可能出现 Recursive update 的问题
|
||||||
文档:新增 Mybatis-Flex 和其他框架性能对比的文档
|
文档:新增 Mybatis-Flex 和其他框架性能对比的文档
|
||||||
|
文档:添加整合 Springboot3 可能出现的问题帮助
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.mybatis-flex</groupId>
|
<groupId>com.mybatis-flex</groupId>
|
||||||
<artifactId>mybatis-flex-codegen</artifactId>
|
<artifactId>mybatis-flex-codegen</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>1.1.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS `tb_account`
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.mybatis-flex</groupId>
|
<groupId>com.mybatis-flex</groupId>
|
||||||
<artifactId>mybatis-flex-core</artifactId>
|
<artifactId>mybatis-flex-core</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>1.1.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@ -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.1.1</version>
|
<version>1.1.2</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.1.1</version>
|
<version>1.1.2</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.1.1</version>
|
<version>1.1.2</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.1.1</version>
|
<version>1.1.2</version>
|
||||||
|
|
||||||
<name>mybatis-flex</name>
|
<name>mybatis-flex</name>
|
||||||
<url>https://mybatis-flex.com</url>
|
<url>https://mybatis-flex.com</url>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user