mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-08 01:58:55 +08:00
add 1.2.1 release log
This commit is contained in:
parent
b0a2f34981
commit
b10eb58ee4
@ -56,7 +56,7 @@ public class User {
|
||||
|
||||
```xml
|
||||
<properties>
|
||||
<mapstruct-plus.version>1.2.0</mapstruct-plus.version>
|
||||
<mapstruct-plus.version>1.2.1</mapstruct-plus.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -50,22 +50,21 @@ copyright: false
|
||||
<dependency>
|
||||
<groupId>io.github.linpeilie</groupId>
|
||||
<artifactId>mapstruct-plus-spring-boot-starter</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
- gradle
|
||||
|
||||
```groovy
|
||||
implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-starter', version: '1.2.0'
|
||||
implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-starter', version: '1.2.1'
|
||||
```
|
||||
|
||||
## 更新日志
|
||||
|
||||
### 1.2.0
|
||||
### 1.2.1
|
||||
|
||||
- 增加unmappedSourcePolicy、unmappedTargetPolicy配置,并且设置unmappedTargetPolicy默认为ignore
|
||||
- 增加Builder配置,并设置disableBuilder默认为true
|
||||
- 解决JDK17编译警告
|
||||
|
||||
……
|
||||
|
||||
|
||||
@ -6,6 +6,10 @@ category:
|
||||
description: MapStructPlus release log
|
||||
---
|
||||
|
||||
### 1.2.1
|
||||
|
||||
- 解决JDK17编译警告
|
||||
|
||||
### 1.2.0
|
||||
|
||||
- 增加unmappedSourcePolicy、unmappedTargetPolicy配置,并且设置unmappedTargetPolicy默认为ignore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user