I am trying to configure Spring MVC with Spring Security. I have custom login page for authentication. After successful authentication of user, I want a controller method to be invoked named home() in WelcomeController.javaI am trying to configure Spring MVC with Spring