摘要: 常与@RequestMapping(method = RequestMethod.GET)一起使用 例如: @GetMapping(path="/findOrders/{userid}") public List<Order> findOrder(@PathVariable("userid")Int 阅读全文
posted @ 2021-05-20 20:21 lbeaner 阅读(175) 评论(0) 推荐(0)