mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-07 01:28:31 +08:00
docs: 1.2.4 release log
This commit is contained in:
parent
f9cc95fb55
commit
a5f30c916e
@ -56,7 +56,7 @@ public class User {
|
|||||||
|
|
||||||
```xml
|
```xml
|
||||||
<properties>
|
<properties>
|
||||||
<mapstruct-plus.version>1.2.2</mapstruct-plus.version>
|
<mapstruct-plus.version>1.2.4</mapstruct-plus.version>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -52,23 +52,21 @@ copyright: false
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.github.linpeilie</groupId>
|
<groupId>io.github.linpeilie</groupId>
|
||||||
<artifactId>mapstruct-plus-spring-boot-starter</artifactId>
|
<artifactId>mapstruct-plus-spring-boot-starter</artifactId>
|
||||||
<version>1.2.3</version>
|
<version>1.2.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
- gradle
|
- gradle
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-starter', version: '1.2.3'
|
implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-starter', version: '1.2.4'
|
||||||
```
|
```
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
### 1.2.3
|
### 1.2.4
|
||||||
|
|
||||||
- MapStruct 版本由 `1.5.3.Final` 升级为 `1.5.5.Final`
|
- fixbug: 修复当项目中只有 AutoMappers 注解时,没有生成转换接口的问题
|
||||||
- 增加自定义 `ConvertMapperAdapter` 和 `MapConvertMapperAdapter` 类名和包名的功能
|
|
||||||
- 生成的转换接口,自动接入自定义转换接口
|
|
||||||
|
|
||||||
……
|
……
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,10 @@ category:
|
|||||||
description: MapStructPlus release log
|
description: MapStructPlus release log
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### 1.2.4
|
||||||
|
|
||||||
|
- fixbug: 修复当项目中只有 AutoMappers 注解时,没有生成转换接口的问题
|
||||||
|
|
||||||
### 1.2.3
|
### 1.2.3
|
||||||
|
|
||||||
- MapStructPlus 版本由 `1.5.3.Final` 升级为 `1.5.5.Final`
|
- MapStructPlus 版本由 `1.5.3.Final` 升级为 `1.5.5.Final`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user