springmvc项目中,前端页面发送请求,get方式正常,post方式也能返回200的状态码

Response报错代码为:

<response status="exception"><exception message="程序内部错误,操作失败! 【 用户来自于&lt;127.0.0.1&gt;客户端的请求 】">org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NullPointerException

    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:982)

    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:872)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:650)

    at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)……

不知道具体什么原因。

紫衣仙女
浏览 873回答 1
1回答

慕勒3428872

NullPointerException, 应该是你程序逻辑有问题。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript