搭建ssm工程过程中web.xml报错:Servlet should have a mapping ....但是mapping已经配置好了...如下图:

idea工程中web.xml报错Servlet should have a mapping_IDEA

搜索无果,后来发现是工程的web.xml位置配置错误,因为我之前换过根目录位置。 

修改方法: 

打开Project Structure界面,Modules>Web>Deployment descriptor,修改正确的位置即可,如下图:

idea工程中web.xml报错Servlet should have a mapping_架构师_02

另:打开Project Structure的方法: 

Ctrl+Alt+Shift+S

 

作者:习惯沉淀