Update README.md

This commit is contained in:
johnA1331
2019-10-18 20:14:21 +08:00
committed by GitHub
parent 4ae6011742
commit e1680a387e

View File

@@ -6,3 +6,4 @@ This module contains articles about MapStruct.
- [Quick Guide to MapStruct](https://www.baeldung.com/mapstruct) - [Quick Guide to MapStruct](https://www.baeldung.com/mapstruct)
- [Custom Mapper with MapStruct](https://www.baeldung.com/mapstruct-custom-mapper) - [Custom Mapper with MapStruct](https://www.baeldung.com/mapstruct-custom-mapper)
- [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)