728x90
application.yml
spring:
mvc:
hidden-method:
filter:
enabled: true
추가 해야함.
application.properties면
spring.mvc.hidden-method.filter.enabled=true
추가
안그러면 반응이 없어짐.
'개발 > Spring Boot' 카테고리의 다른 글
Thymeleaf controller에서 값 받아오기 및 th:each 등 사용법 값 받기 값 담아오기 (0) | 2022.07.28 |
---|---|
thymeleaf에서 th if 사용법 else 그리고 null (0) | 2022.07.27 |
[SpringBoot] 간단한 게시판 만들기 #3 - domain(Entity) 구현 (0) | 2022.07.19 |
intelij start.spring.io zip import (0) | 2022.07.18 |
RESTful API 설계 (0) | 2022.07.08 |