File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7
7
当前项目没有直接提供可用的通用方法,方法在 ** mybatis-mapper/mapper** ( [ gitee] ( https://gitee.com/mybatis-mapper/mapper )
8
8
| [ GitHub] ( https://github.com/mybatis-mapper/mapper ) )中提供。
9
9
10
+ ## 2.1.1 - 2022-07-31
11
+
12
+ - ` EntityProps ` 和 ` @Entity.Prop ` 不兼容性改动,简化了类型操作。
13
+ - 去掉了 ` NameConvert ` 接口和 ` Utils ` 中的相关方法(` Style ` 可以实现类似功能)
14
+ - ` EntityProps ` 中 ` getProp ` 方法支持 ` ConfigHelper ` 全局配置
15
+
10
16
## 2.1.0 - 2022-07-09
11
17
12
18
大版本更新,默认不需要给所有字段添加注解,可以通过 ` @Entity.Table(style="normal") ` 指定字段转换样式,默认空时使用 ` lower_underscore ` 。
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >io.mybatis</groupId >
24
24
<artifactId >mybatis-provider</artifactId >
25
- <version >2.1.1-SNAPSHOT </version >
25
+ <version >2.1.1</version >
26
26
27
27
<name >MyBatis Provider</name >
28
28
<description >MyBatis Provider 扩展</description >
You can’t perform that action at this time.
0 commit comments