I am getting below errors (ClassNotFoundException) while starting my application (spring+maven) using tomcat8.0.
There is no clue what happens wrong even in logs. Please help ou
Real issue seems to be with version of jar files I have in my pom.xml file.
Using same version of various spring jars resolved the issue.
This post was helpful in resolving the issue.
Which maven dependencies to include for spring 3.0?