springmvc中form action="/add" 为什么跳转到了localhost:8080/add,而不是localhost:8080/项目名/add
改成form action="/项目名/add" 试试
你没有配置上下文吧,检查一下你的配置