后端端口统一设置为8082 get请求 后端 可以发现,此处get请求对应的url为/student/{studentId} 数据库 查看下student对应的数据库内容,如下: postman操作 url填写为:http://localhost:8082/student/20154084 delete请求 后端 数据库 原来的数据库内容: 删除id为20154001后的结果: postman操作 post请求,增加一条数据 put请求(更新) 更新后结果: