美文网首页
springboot报错:Request method 'GET

springboot报错:Request method 'GET

作者: ChipDavid | 来源:发表于2018-12-13 11:10 被阅读0次

    controller类


    Request method 'GET' not supported

    结果通过地址栏访问hello方法报不支持Get访问,原来地址栏输入链接默认都是Get方式,将@PostMapping改为@RequestMapping就可以了

    相关文章

      网友评论

          本文标题:springboot报错:Request method 'GET

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