关于报错“More than one fragment with the name [spring_web] was found. This is not legal ...”的解决办法

 

 解决方案:

在项目中的web.xml文件的</web-app>标签内添加如下标签

关于报错“More than one fragment with the name [spring_web] was found. This is not legal ...”的解决办法

 

 <absolute-ordering />

 

相关文章: