diff --git a/changes.txt b/changes.txt index 04973908..27bf4666 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,19 @@ +mybatis-flex v1.1.9 20230424: +新增:根据 id 查询数据时,返回默认字段而非全部字段;感谢 @wnp +新增:APT 添加忽略 entity 后缀的配置支持 +修复:where 中第一个括号处理不正确的问题 #I6XXWR +修复:批量插入且配置 onInsert 时,出现错误的问题 +修复:批量插入 row,且为 row 设置主键时,出错的问题 #I6Y8ZU +修复:Oracle 在某些情况下出现 SQLSyntaxErrorException 错误的问题 #I6Y6MZ +修复:RowUtil.printPretty 在某些情况下显示数据不正确的问题 +修复:APT 无法生成 @NotBlank 注解字段的问题 +优化:更新 apt 的 mappersGenerateEnable 默认值为 false +文档:优化 APT 的相关文档 +文档:优化 快速开始 的相关文档 +文档:添加 column 全局配置的相关文档 + + + mybatis-flex v1.1.8 20230422: 新增:添加 RowUtil.printPretty() 方法,用于调试 新增:代码生成器生成代码默认添加注释的功能 diff --git a/docs/zh/apt.md b/docs/zh/apt.md index 456a2324..c4d08c41 100644 --- a/docs/zh/apt.md +++ b/docs/zh/apt.md @@ -123,7 +123,7 @@ processor.baseMapperClass=com.domain.mapper.MyBaseMapper ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-annotation:1.1.8' + annotationProcessor 'com.mybatis-flex:mybatis-flex-annotation:1.1.9' } ``` diff --git a/docs/zh/codegen.md b/docs/zh/codegen.md index e1594bf6..cb069167 100644 --- a/docs/zh/codegen.md +++ b/docs/zh/codegen.md @@ -9,7 +9,7 @@ com.mybatis-flex mybatis-flex-codegen - 1.1.8 + 1.1.9 ``` diff --git a/docs/zh/getting-started.md b/docs/zh/getting-started.md index 2c3d5207..1ef1dca0 100644 --- a/docs/zh/getting-started.md +++ b/docs/zh/getting-started.md @@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS `tb_account` com.mybatis-flex mybatis-flex-core - 1.1.8 + 1.1.9 ``` diff --git a/docs/zh/maven.md b/docs/zh/maven.md index 16c4cad9..d333a85a 100644 --- a/docs/zh/maven.md +++ b/docs/zh/maven.md @@ -9,7 +9,7 @@ com.mybatis-flex mybatis-flex-core - 1.1.8 + 1.1.9 ``` @@ -19,7 +19,7 @@ com.mybatis-flex mybatis-flex-spring - 1.1.8 + 1.1.9 `````` @@ -29,6 +29,6 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.1.8 + 1.1.9 ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index 82717489..e7b524e3 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.mybatis-flex parent pom - 1.1.8 + 1.1.9 mybatis-flex https://mybatis-flex.com