参考文档
官方例子:https://github.com/mapstruct/mapstruct-examples
如何加载
maven:https://mvnrepository.com/artifact/org.mapstruct/mapstruct-jdk8
<!-- https://mvnrepository.com/artifact/org.mapstruct/mapstruct-jdk8 --> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-jdk8</artifactId> <version>1.3.0.Final</version> </dependency>