thymeleaf / thymeleafexamples-layouts

Layouts - Companion application for the "Thymeleaf Layouts" article at the Thymeleaf website: http://www.thymeleaf.org/documentation.html http://www.thymeleaf.org
Apache License 2.0
245 stars 174 forks source link

java.lang.NoClassDefFoundError: org/springframework/security/core/userdetails/UserDetailsService #7

Open userxpro opened 6 years ago

userxpro commented 6 years ago

Does not start, error java.lang.NoClassDefFoundError: org/springframework/security/core/userdetails/UserDetailsService

ultraq commented 6 years ago

I'm going to guess this is a problem on the more recent versions of Java. I've got Java 10 and couldn't pass mvn install, but when I changed it to Java 8 it worked fine.