I am a newbie to Spring Boot and MapStruct Tool.
Earlier, A Project(written by other team using these technologies) is not starting up. Then, I had made some changes i
For making all mapper classes to qualify as spring bean add following compilerArgs to your maven-compiler-plugin.
-Amapstruct.suppressGeneratorTimestamp=true -Amapstruct.defaultComponentModel=spring
if using maven-processor-plugin add following options
true spring