Thanks can you please provide some more information as in how to use JavaConfig along with XML config for MVC configuration.
Type: Posts; User: tech.chhajed; Keyword(s):
Thanks can you please provide some more information as in how to use JavaConfig along with XML config for MVC configuration.
My Spring Web MVC application has the following handler mapping in the Controller.
@RequestMapping(method = RequestMethod.GET, value = "/something")
When request is sent to
...
Hi ,
Were you able to resolve this issue? I am facing a similar issue in my application.