My JHipster app runs correctly after command mvn spring-boot:run, but I have problem with debug it on Intellij Idea. Below error message apears on some Mapper class.
On different project with the same dependencies and settings everything works fine. I'm using Java 8 in my pom.xml.
Mvn clean and mvn clean install didn't help. What should I do to run debug correctly?