1.在maven 的pom.xml中加入
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.1.6.RELEASE</version> </dependency>
2.右击下项目:maven->update project更新