mvc模式下restful風格接口

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