delete (1) 썸네일형 리스트형 Request method 'DELETE' not supported org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'DELETE' not supported Delete Method 를 사용해서 Data 를 지우고 싶었는데 매번 HttpRequestMethodNotSupportedException 에러가 발생하며 튕겨져 나왔다. 구글링을 해보니 web xml , fillter 설정 등 다양한 방법이 존재 했으나, 그런 방법으로 해결하지 못했다. 결국 내가 해결한 방법은 아래와 같다. REST API Method DELETE 사용법을 인지하지 못하고 있었다. 나는 http://localhost/licenses/31 으로 DELETE 를 시도 하고 있었는데, DELETE 사용법은 h.. 이전 1 다음