添加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]的片段。這是不合法的相對排序。有關詳細信息,請參閱Servlet規范的第8.2.2 2c節。考慮使用絕對排序。)
解決方法:
在web.xml中添加<absolute-ordering />