baichengzhou / SpringMVC-Mybatis-Shiro-redis-0.2

基于SpringMVC、Mybatis、Redis、Freemarker的Shiro管理Demo源码的升级版。
http://www.sojson.com/shiro
1.79k stars 1.13k forks source link

项目通过 clean tomcat7:run 启动报A child container failed during start问题 #25

Open ziwg opened 6 years ago

ziwg commented 6 years ago

经过一番折腾,发现时servlet-api版本问题,加入如下插件可以启动成功 <dependency>     <groupId>javax.servlet</groupId>     <artifactId>javax.servlet-api</artifactId>     <version>3.0.1</version>     <scope>provided</scope> </dependency>