The MapStruct annotation processor currently enters an infinite recursion, leading to a java.lang.StackOverflowError, if a mapper interface mistakenly includes itself in its own @Mapper(uses = ...) ...
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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results