mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-06 17:18:43 +08:00
home, modules, bannerBrand, isShowTitleInHome, actionText, actionLink, features, fotter
| home | modules | bannerBrand | isShowTitleInHome | actionText | actionLink | features | fotter | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| true |
|
|
true | About | /views/other/about |
|
|
Other Open Source Project
Latest Version
- maven
<dependency>
<groupId>io.github.linpeilie</groupId>
<artifactId>mapstruct-plus-spring-boot-starter</artifactId>
<version>1.5.0</version>
</dependency>
- gradle
implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-starter', version: '1.5.0'
Change Log
- Upgrade MapStruct version to 1.6.3
- Upgrade Notice: MapStruct 1.6 introduced breaking changes. Upgrading may cause compatibility issues. Refer to the MapStruct [Release Notes for details.] (https://github.com/mapstruct/mapstruct/releases)
In MapStruct 1.6, support for presence checks on source parameters was added. This means that even if you want to map a source parameter directly to a target property, you must now define the presence check method using the new
@SourceParameterConditionannotation or@Condition(appliesTo = ConditionStrategy.SOURCE_PARAMETERS).
- Upgrade Notice: MapStruct 1.6 introduced breaking changes. Upgrading may cause compatibility issues. Refer to the MapStruct [Release Notes for details.] (https://github.com/mapstruct/mapstruct/releases)
- Converter now supports the Consumer functional interface
- pr133 : AutoMapper, AutoMapping, and ReverseAutoMapping now support repeated configurations.
- pr141 : Added the uses property to MapperConfig for configuring globally shared custom converter classes.
1.4.8
- Fixed the issue where the generated conversion implementation class conflicted when using the default
Eclipse jdt.coreenvironment in Vscode; - Repackaged
javapoetto prevent conflicts with other projects. - Upgraded spring-boot-autoconfigure version from 2.7.9 to 2.7.18.
1.4.6
- Modify the
SpringContextUtilsclass name to prevent conflicts with other project class names; - fix #108 : SpringContextUtils#getBeanFactory method changes to static;
- PR : increase annotation batch
AutoMapping、AutoMappings、ReverseAutoMapping、ReverseAutoMappingsfeatures.
……
Code Warehouse
Participate and contribute
- Contribution Code: You are welcome to submit an issue or pull requests
- Maintain Documents: Docs directory under the project directory, welcome to participate in the translation and revision