File tree 17 files changed +31
-26
lines changed
mapper-spring-boot-autoconfigure
mapper-spring-boot-samples
mapper-spring-boot-sample-annotation
mapper-spring-boot-sample-xml
mapper-spring-boot-starter
17 files changed +31
-26
lines changed Original file line number Diff line number Diff line change 11
11
12
12
** 通用 Mapper 支持 Mybatis-3.2.4 及以上版本。**
13
13
14
- ## 4.2.0 - 2022-2-26 发布
14
+ ## 4.2.1 - 2022-2-27
15
+
16
+ 4.2.0 版本中缺少了 gitee 仓库中的两个合并请求,针对这部分代码,再次发布 4.2.1 版本。
17
+
18
+ - ` orderByDesc ` 只有最后一个字段是倒序,改为所有参与` orderby ` 的字段都倒序 Mr 轩少/V1.1.5-orderByDesc-fix
19
+ - 增加Lombok 的` @SuperBuilder、@NoArgsConstructor、@AllArgsConstructor ` 注解 tingwen 2020/12/26 18:29 8c816794
20
+
21
+ ## 4.2.0 - 2022-2-26
15
22
16
23
本次更新最大改动就是统一了所有模块的版本,所有版本都升级为 4.2.0,在之前本项目一共有3个版本号,本次升级前后的版本如下:
17
24
40
47
- [ 新增] 生成实体类的时候,使用表注释创建类的注释 wugh 2019/5/30 11:28 b4acbf48
41
48
- 增加` lombokEqualsAndHashCodeCallSuper ` 配置,当使用lombok扩展的` EqualsAndHashCode ` 注解时,可通过此配置(true)为此注解添加` “callSuper = true” `
42
49
,这对于有继承父类的实体类,如增加支持动态表名时,有用。 calvinit 2019/2/14 13:52 ae901608
43
- - ` orderByDesc ` 只有最后一个字段是倒序,改为所有参与` orderby ` 的字段都倒序 Mr 轩少/V1.1.5-orderByDesc-fix
44
- - 增加Lombok 的` @SuperBuilder、@NoArgsConstructor、@AllArgsConstructor ` 注解 tingwen 2020/12/26 18:29 8c816794
45
50
46
51
## 还会有 MyBatis 通用 Mapper5 吗?
47
52
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-all</artifactId >
31
- <version >4.2.0 </version >
31
+ <version >4.2.1 </version >
32
32
</parent >
33
33
<artifactId >mapper-all-dependencies</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-all</artifactId >
31
- <version >4.2.0 </version >
31
+ <version >4.2.1 </version >
32
32
</parent >
33
33
<artifactId >mapper</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 31
31
<version >3</version >
32
32
</parent >
33
33
<artifactId >mapper-all</artifactId >
34
- <version >4.2.0 </version >
34
+ <version >4.2.1 </version >
35
35
<packaging >pom</packaging >
36
36
37
37
<name >mapper-all</name >
43
43
</modules >
44
44
45
45
<properties >
46
- <mapper-module .version>4.2.0 </mapper-module .version>
47
- <mapper-weekend .version>4.2.0 </mapper-weekend .version>
46
+ <mapper-module .version>4.2.1 </mapper-module .version>
47
+ <mapper-weekend .version>4.2.1 </mapper-weekend .version>
48
48
</properties >
49
49
50
50
<dependencyManagement >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >4.2.0 </version >
31
+ <version >4.2.1 </version >
32
32
</parent >
33
33
<artifactId >mapper-base</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >4.2.0 </version >
31
+ <version >4.2.1 </version >
32
32
</parent >
33
33
<artifactId >mapper-core</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >4.2.0 </version >
31
+ <version >4.2.1 </version >
32
32
</parent >
33
33
<artifactId >mapper-extra</artifactId >
34
34
<packaging >jar</packaging >
38
38
39
39
<properties >
40
40
<jdk .version>1.8</jdk .version>
41
- <mapper-module .version>4.2.0 </mapper-module .version>
41
+ <mapper-module .version>4.2.1 </mapper-module .version>
42
42
</properties >
43
43
44
44
<dependencies >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >4.2.0 </version >
31
+ <version >4.2.1 </version >
32
32
</parent >
33
33
<artifactId >mapper-generator</artifactId >
34
34
<packaging >jar</packaging >
37
37
<description >Mybatis 通用 Mapper 代码生成器</description >
38
38
39
39
<properties >
40
- <mapper-module .version>4.2.0 </mapper-module .version>
40
+ <mapper-module .version>4.2.1 </mapper-module .version>
41
41
<freemarker .version>2.3.28</freemarker .version>
42
42
<generator .version>1.3.7</generator .version>
43
43
</properties >
Original file line number Diff line number Diff line change 31
31
<version >3</version >
32
32
</parent >
33
33
<artifactId >mapper-modules</artifactId >
34
- <version >4.2.0 </version >
34
+ <version >4.2.1 </version >
35
35
<packaging >pom</packaging >
36
36
37
37
<name >mapper-parent</name >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot</artifactId >
32
- <version >4.2.0 </version >
32
+ <version >4.2.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-autoconfigure</artifactId >
35
35
<name >mapper-spring-boot-autoconfigure</name >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot-samples</artifactId >
32
- <version >4.2.0 </version >
32
+ <version >4.2.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-sample-annotation</artifactId >
35
35
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot-samples</artifactId >
32
- <version >4.2.0 </version >
32
+ <version >4.2.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-sample-xml</artifactId >
35
35
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot</artifactId >
32
- <version >4.2.0 </version >
32
+ <version >4.2.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-samples</artifactId >
35
35
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >tk.mybatis</groupId >
31
31
<artifactId >mapper-spring-boot</artifactId >
32
- <version >4.2.0 </version >
32
+ <version >4.2.1 </version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot-starter</artifactId >
35
35
<name >mapper-spring-boot-starter</name >
Original file line number Diff line number Diff line change 32
32
<version >3</version >
33
33
</parent >
34
34
<artifactId >mapper-spring-boot</artifactId >
35
- <version >4.2.0 </version >
35
+ <version >4.2.1 </version >
36
36
<packaging >pom</packaging >
37
37
38
38
<name >mapper-spring-boot</name >
46
46
</modules >
47
47
48
48
<properties >
49
- <mapper-module .version>4.2.0 </mapper-module .version>
50
- <mapper-weekend .version>4.2.0 </mapper-weekend .version>
49
+ <mapper-module .version>4.2.1 </mapper-module .version>
50
+ <mapper-weekend .version>4.2.1 </mapper-weekend .version>
51
51
<mybatis .version>3.5.9</mybatis .version>
52
52
<mybatis-spring .version>2.0.7</mybatis-spring .version>
53
53
<spring-boot .version>2.6.4</spring-boot .version>
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper-modules</artifactId >
31
- <version >4.2.0 </version >
31
+ <version >4.2.1 </version >
32
32
</parent >
33
33
<artifactId >mapper-spring</artifactId >
34
34
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 32
32
<version >3</version >
33
33
</parent >
34
34
<artifactId >mapper-weekend</artifactId >
35
- <version >4.2.0 </version >
35
+ <version >4.2.1 </version >
36
36
37
37
<name >weekend</name >
38
38
<description >Mybatis通用Mapper扩展 - weekend</description >
54
54
55
55
<properties >
56
56
<jdk .version>1.8</jdk .version>
57
- <mapper-module .version>4.2.0 </mapper-module .version>
57
+ <mapper-module .version>4.2.1 </mapper-module .version>
58
58
</properties >
59
59
60
60
<dependencies >
You can’t perform that action at this time.
0 commit comments