Please define request mapping for logout-success url in your controller and from there redirect to home page. for example replace your mapping as below
define this /logoutSucess in controller with @RequestMapping(value="/logoutSucess" method=RequestMethod.GET)