赞
踩
原因:监听器没加,还有就是把项目设置成父级项目了,packing必须是war
解决:在web.xml添加监听器
- <listener>
- <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
- </listener>
- <groupId>com.xiaozhan</groupId>
- <artifactId>ssm</artifactId>
- <packaging>war</packaging>
- <version>1.0-SNAPSHOT</version>
在pom文件中将pom改成war
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。