-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
발생한 문제점
@PutMapping
@ResponseBody
public String edit(@RequestBody Product product) {
service.edit(product);
log.info("UpdateProductMethod CALL = {}", product);
return "success";
}구현 후 업데이트를 완료하고 요청을 보냈는데
.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PUT' is not supported]문제 발생
원인 :
해결 방법 :
Metadata
Metadata
Assignees
Labels
No labels