springboot 集成一个润乾报表旧的项目时候报的错误
javax.servlet.ServletException: 没有指定 action 或 action 错误
at com.runqian.report4.view.ReportServlet.service(ReportServlet.java:830) ~[report4-new.jar:na]
在用新的 springboot 集成一个旧的润乾项目的时候报了这个错误 有大佬知道是为什么吗
"javax.servlet.ServletException: 没有指定 action 或 action 错误 at com.runqian.report4.view.ReportServle .."
javax.servlet.ServletException: 没有指定 action 或 action 错误
at com.runqian.report4.view.ReportServlet.service(ReportServlet.java:830) ~[report4-new.jar:na]
在用新的 springboot 集成一个旧的润乾项目的时候报了这个错误 有大佬知道是为什么吗
首先,确定传递的 action 值是否正确,另外可以对照文章润乾与 springBoot 集成检查操作步骤是否正确
谢谢已经解决,是因为多配置了一个 servlet 但是没有配置 mapping 属性