根据不同的请求方式,找到对应的请求方法: 1、get 2、post 3、put
path="/user/{id}" get findById(id) path="/user" get findAll 需要用 PathVaribale 注解来占位 {id}