org.springframework.web.servlet.PageNotFound noHandlerFound No mapping found for HTTP request with URI

After straining my eyes for while I changed this line

<context:component-scan base-package="com.ibm.app" />

to

<context:component-scan base-package="com.ibm.app.*" />

That worked like a charm. Thankyou all

Leave a Comment