美文网首页
Spring boot @putmapping接收参数为null

Spring boot @putmapping接收参数为null

作者: o尐白 | 来源:发表于2018-10-18 09:49 被阅读0次

    第一种解决方式:


    image.png

    第二种解决方式:
    出现该原因是因为我使用了它:


    image.png

    当我把WebMvcConfigurationSupport替换为WebMvcConfigurerAdapter时,发现put请求是可以接收到参数的,
    但在spring boot文档中发现HttpPutFormContentFilter是默认加载的:


    image.png
    所以......
    既然知道原因了,那就修改吧,但WebMvcConfigurerAdapter已经过时了,所以改成:
    image.png

    相关文章

      网友评论

          本文标题:Spring boot @putmapping接收参数为null

          本文链接:https://www.haomeiwen.com/subject/ircjzftx.html