背景

线上环境,部署更新了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.

相关文章:

  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2021-12-30
猜你喜欢
  • 2021-04-04
  • 2022-12-23
  • 2022-02-01
  • 2021-10-08
  • 2022-12-23
  • 2022-01-07
相关资源
相似解决方案