So, I am trying to write Junit tests for my web application; in order to do so, I have written a @Configuration class using the @ConverterScan annotation, in order to collect and initialize all of my ...
1- Add mapstruct dependencies into pom.xml. 2- Add mapstruct code generator configuration into maven-compiler-plugin. 3- Before starting the application run mvn clean install to generate mapstruct ...