에러코드:

error: "Method Not Allowed"
message: "Request method 'PATCH' not supported"
path: "/index.html"
status: 405
timestamp: 
"2023-05-03T14:30:05.217+00:00"
trace: 
"org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'PATCH' not supported\r\n\tat org.springframework.web.servlet

일단 삭제는 완료했고요.

수정할때 백엔드쪽은 완성했는데 프론트 vue에 axios 쪽 patch 가 405에러가 나는데 spring framework쪽에서 patch 안된다고 하거든요. 음 근데 postman으로 수정할때는 되서 권한 문제인가도 조금 생각 되네요 .. 일단 좀더 찾아보겟습니다.

 

 

+ Recent posts