#DeleteとUpdateメソッドを実行すると
org.springframework.web.httprequestmethodnotsupportedexception: request method 'post' not supported
というエラーが出る
#解決法
application.properties
spring.mvc.hiddenmethod.filter.enabled=true
を書くだけです。
Go to list of users who liked
More than 3 years have passed since last update.
#DeleteとUpdateメソッドを実行すると
org.springframework.web.httprequestmethodnotsupportedexception: request method 'post' not supported
というエラーが出る
#解決法
spring.mvc.hiddenmethod.filter.enabled=true
を書くだけです。
Register as a new user and use Qiita more conveniently
Go to list of users who liked