@ResponseBody is a Spring annotation which binds a method return value to the web response body. It is not interpreted as a view name. It uses ...
確定! 回上一頁