根据不同的请求方式,找到对应的请求方法:
1、get
2、post
3、put

path="/user/{id}" get
findById(id)

path="/user" get
findAll

需要用 PathVaribale 注解来占位 {id}
posted on 2020-12-04 10:02  LeavesCai7  阅读(114)  评论(0)    收藏  举报