Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported

在yml中开启配置

  mvc:
    hiddenmethod:
      filter:
        enabled: true

!!! 切记默认false, 一定要手动开启

原文地址:https://www.cnblogs.com/kikochz/p/12835184.html