今天在搭建springweb应用环境的时候启动tomcat报错More than one fragment with the name [spring_web] was found. This is not legal ... ··· Caused by: java.lang.IllegalArgumentException: More than one fragment with the name [spring_web] was found. This is not legal with r…
最近在搭建一个spring mvc 项目时遇到“More than one fragment with the name [spring_web] was found. This is not legal ...”报错,详细的日志信息如下: ……五月 08, 2019 11:49:52 下午 org.apache.catalina.core.ContainerBase startInternal严重: A child container failed during startjava.util.…
添加Quartz之后报错 下面的Cause by: More than one fragment with the name [spring_web] was found. This is not legal with relative ordering. See section 8.2.2 2c of the Servlet specification for details. Consider using absolute ordering. (找到多个名为[spring_web]的片段.这…