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
相關文章
相關標籤/搜索