启动项目发生 A child container failed during start 错误 错误原因 因项目中导入了 servlet-api jar包 与 tomcat7的依赖包servlet-api冲突。 解决 在pom.xml 文件中,给servlet-api jar添加依赖范围
评论区