mvc模式下restful风格接口

@Controller @RequestMapping("/hello") public class OperationLogController{ @RequestMapping(value = "/hello", method = RequestMethod.POST,produces={"application/json;charset=UTF-8"}) public @Response
相关文章
相关标签/搜索