@RequestMapping(value = "/test",produces = "text/html; charset=UTF-8") @ResponseBody public String test(){ String url = ""; return "<script>window.location.href = '"+url+"';</script>"; html