개발/Spring Boot
Spring boot method put, delete 사용하려면 방법?
멋진놈
2022. 7. 27. 11:18
728x90
application.yml
spring:
mvc:
hidden-method:
filter:
enabled: true
추가 해야함.
application.properties면
spring.mvc.hidden-method.filter.enabled=true
추가
안그러면 반응이 없어짐.