Skip to content

Commit

Permalink
发布 2.1.1 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Jul 31, 2022
1 parent 537671c commit d43f77f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
当前项目没有直接提供可用的通用方法,方法在 **mybatis-mapper/mapper**( [gitee](https://gitee.com/mybatis-mapper/mapper)
| [GitHub](https://github.com/mybatis-mapper/mapper) )中提供。

## 2.1.1 - 2022-07-31

- `EntityProps``@Entity.Prop` 不兼容性改动,简化了类型操作。
- 去掉了 `NameConvert` 接口和 `Utils` 中的相关方法(`Style`可以实现类似功能)
- `EntityProps``getProp` 方法支持 `ConfigHelper` 全局配置

## 2.1.0 - 2022-07-09

大版本更新,默认不需要给所有字段添加注解,可以通过 `@Entity.Table(style="normal")` 指定字段转换样式,默认空时使用 `lower_underscore`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>io.mybatis</groupId>
<artifactId>mybatis-provider</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>

<name>MyBatis Provider</name>
<description>MyBatis Provider 扩展</description>
Expand Down

0 comments on commit d43f77f

Please sign in to comment.