springboot路径请求出现Request method 'POST' not supported的解决方法

1.若在springboot请求(post)中出现以下情况的解决办法 2.可以在controller中配置请求的路径中支持**@RequestMapping(value = “/PostRequest”, method = {RequestMethod.POST})**即可 3.参考的解决此问题的网址,链接:https://blog.csdn.net/xingkaichun/article/det
相关文章
相关标签/搜索