当前位置:网站首页>Request method 'POST' not supported

Request method 'POST' not supported

2022-06-26 18:40:00 RosaChampagne

The foreground path is OK , Background data inserted successfully , But the jump times are wrong :Request method 'POST' not supported.

Jump mode :return "forward:/message/getMessagePage".

reason :/message/getMessagePage, This path is set to  method=RequestMethod.GET, But no  method=RequestMethod.POST, So wrong reporting .

resolvent : Get rid of  method=RequestMethod.GET, Or add  method=RequestMethod.POST.

原网站

版权声明
本文为[RosaChampagne]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206261810167997.html