Update README.md

[skip ci]
This commit is contained in:
edizor
2023-04-14 17:15:13 +08:00
committed by GitHub
parent 7a66b07af6
commit b69bbef6ec

View File

@@ -9,3 +9,4 @@ This module contains articles about MapStruct.
- [Using Multiple Source Objects with MapStruct](https://www.baeldung.com/mapstruct-multiple-source-objects) - [Using Multiple Source Objects with MapStruct](https://www.baeldung.com/mapstruct-multiple-source-objects)
- [Ignoring Unmapped Properties with MapStruct](https://www.baeldung.com/mapstruct-ignore-unmapped-properties) - [Ignoring Unmapped Properties with MapStruct](https://www.baeldung.com/mapstruct-ignore-unmapped-properties)
- [Mapping Collections with MapStruct](https://www.baeldung.com/java-mapstruct-mapping-collections) - [Mapping Collections with MapStruct](https://www.baeldung.com/java-mapstruct-mapping-collections)
- [Use Mapper in Another Mapper with Mapstruct and Java](https://www.baeldung.com/java-mapstruct-nested-mapping)