Skip to content

Commit d43f77f

Browse files
committed
发布 2.1.1 版本
1 parent 537671c commit d43f77f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
当前项目没有直接提供可用的通用方法,方法在 **mybatis-mapper/mapper**( [gitee](https://gitee.com/mybatis-mapper/mapper)
88
| [GitHub](https://github.com/mybatis-mapper/mapper) )中提供。
99

10+
## 2.1.1 - 2022-07-31
11+
12+
- `EntityProps``@Entity.Prop` 不兼容性改动,简化了类型操作。
13+
- 去掉了 `NameConvert` 接口和 `Utils` 中的相关方法(`Style`可以实现类似功能)
14+
- `EntityProps``getProp` 方法支持 `ConfigHelper` 全局配置
15+
1016
## 2.1.0 - 2022-07-09
1117

1218
大版本更新,默认不需要给所有字段添加注解,可以通过 `@Entity.Table(style="normal")` 指定字段转换样式,默认空时使用 `lower_underscore`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>io.mybatis</groupId>
2424
<artifactId>mybatis-provider</artifactId>
25-
<version>2.1.1-SNAPSHOT</version>
25+
<version>2.1.1</version>
2626

2727
<name>MyBatis Provider</name>
2828
<description>MyBatis Provider 扩展</description>

0 commit comments

Comments
 (0)