I working on one spring mvc project and used the methods of other spring project. example :
one project "DependencyCheck" and second project is of spring mvc named "SpringExplore".
I have added the first project i.e DependencyCheck in build path and used it method in home controller that is the part of second project named "SpringExplore" .but it throws exception. Please find the snapshot
and exception thrown :
Note:[i am working with STS(spring tool suite)].Please let me know the solution.