Resolved [org.springframework.web.HttpRequestMethodNotSupportedException Request method ‘POST‘

阅读 95

2022-03-23

问题:
Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method ‘POST’ not supported]

在yml中开启配置

 spring:
	  mvc:
	    hiddenmethod:
	      filter:
	        enabled: true

精彩评论(0)

0 0 举报