处理方法:
1.更改pom.xml文件,
将
<properties>
<spring.version>3.0.6.RELEASE</spring.version>
</properties>
加入到文件中,
用
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
来取代
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
然后再用maven来update project
OK,搞掂。
原文参考:http://stackoverflow.com/questions/4219166/can-not-find-the-tag-library-descriptor-of-springframework