Annotate your method in controller with @ResponseBody : @RequestMapping(value="/controller", method=GET) @ResponseBody public String foo() ...
確定! 回上一頁