스프링/에러 아카이빙
[스프링부트] Request method DELETE not supported 에러
@DeleteMapping 사용할 때 Request method DELETE not supported라는 에러가 발생할 때가 있는데 해결 방법은 간단하다. 스프링부트에서 @DeleteMapping, @PutMapping을 사용할 때는 application.properties(application.yml)에 아래 코드를 추가해야한다고 한다. spring.mvc.hiddenmethod.filter.enabled=true