-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reflect: Change BeanMapper from Dozer to MapStruct #525
Comments
https://mapstruct.org/faq/#Can-I-use-MapStruct-together-with-Project-Lombok You can provide setting mock for using MapStruct+Lombok. https://mapstruct.org/documentation/stable/reference/html/#configuration-options You can provide |
|
Since it is completely up to the user whether to use Lombok or MapStruct, we concluded that it would be better to allow the user to choose in a blank project. terasolunaorg/terasoluna-gfw#1184 (comment) |
corrected spelling of factorypath #525
Original Issue
Description
Possible Solution
applicationContext.xml
dozer.poperties
.factorypath
to.gitignore
.factorypath
is a file generated by eclipse and used for annotation processing.In other words, it does not need to be managed by Git.
Fix repositories
Issue links
The text was updated successfully, but these errors were encountered: