linpeilie / mapstruct-plus

MapStruct Plus is an enhancement to the MapStruct framework. It can automatically generate the transformation operation between two classes through an annotation, omitting the operation of defining the interface of MapStruct, makes Java type conversion easy and elegant.
https://mapstruct.plus/
Apache License 2.0
263 stars 20 forks source link

大量使用AutoMapper进行转换时,构建效率低 #89

Closed Trailer98 closed 3 months ago

Trailer98 commented 3 months ago
image

因为使用的地方比较多,ConvertMapperAdapter已经到了接近15000行,每次改某一个带有@AutoMapper的实体类时,一构建就要花10分钟左右来重新生成文件

linpeilie commented 3 months ago

😢我考虑下能不能优化下,有点难搞

linpeilie commented 3 months ago

方便的话,可以加下我的联系方式,改后能在你的项目中帮忙测试一下

Trailer98 commented 3 months ago

发你邮箱了