摘要: 一、相关注解 @GetMapping:等价于@RequestMapping(method=RequestMethod.GET) @PostMapping:等价于@RequestMapping(method=RequestMethod.POST) @PutMapping:等价于@RequestMapp 阅读全文
posted @ 2020-05-26 18:47 雷雨客 阅读(573) 评论(0) 推荐(0)