Trying to figure out what the equivalent @Bean
configuration would be for the XML element
<mvc:view-controller path="..." />
Thanks!
Trying to figure out what the equivalent @Bean
configuration would be for the XML element
<mvc:view-controller path="..." />
Thanks!
An example of forwarding a request for "/" to a view called "home" in Java:
And the same in XML use the element:
The above example was copied from the Spring reference docs