java.lang.IllegalArgumentException: More than one fragment with the name [spring_web] was found.详解编程语言

背景

线上环境,部署更新了tomcat项目中的lib,突然出现这个问题。再恢复lib包依然存在这个问题。造成原因未知。
java.lang.IllegalArgumentException: More than one fragment with the name [spring_web] was found.详解编程语言

解决办法

在web.xml最后面加上

<absolute-ordering /> 

java.lang.IllegalArgumentException: More than one fragment with the name [spring_web] was found.详解编程语言

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/17766.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论