上传显示405,不支持post?

来源:4-6 FileUpload--单文件上传

qq_昨夜星辰_6

2017-06-22 11:29

29148 [http-nio-8080-exec-2] DEBUG org.springframework.web.servlet.DispatcherServlet  - Successfully completed request

57836 [http-nio-8080-exec-5] DEBUG org.springframework.web.servlet.DispatcherServlet  - DispatcherServlet with name 'mvc-dispatcher' processing POST request for [/spring-mvc-study0605/courses/upload]

57836 [http-nio-8080-exec-5] DEBUG org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping  - Looking up handler method for path /courses/upload

57844 [http-nio-8080-exec-5] DEBUG org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver  - Resolving exception from handler [null]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported

57844 [http-nio-8080-exec-5] DEBUG org.springframework.web.servlet.mvc.annotation.ResponseStatusExceptionResolver  - Resolving exception from handler [null]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported

57844 [http-nio-8080-exec-5] DEBUG org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver  - Resolving exception from handler [null]: org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported

57844 [http-nio-8080-exec-5] WARN  org.springframework.web.servlet.PageNotFound  - Request method 'POST' not supported



写回答 关注

2回答

  • qq_昨夜星辰_6
    2017-06-22 15:36:29

    注意下,课程的文件里,file没有指明路径,我估计很多人会遇到这个404错误

  • qq_昨夜星辰_6
    2017-06-22 15:34:57

    这个问题搞定了,加上common-io依赖以后,问题变成了500,然后加了上传配置后就成功了。

Spring MVC起步

Java中Spring MVC框架入门教程,快来看最易用的MVC框架

195972 学习 · 572 问题

查看课程

相似问题