xxx-servlet.xml配置
<context:component-scan base-package="包名" />
时,报错:The prefix "context" for element "context:component-scan" is not bound.
因为少了属性说明
下面是需要添加的文字:
xmlns:context="http://www.springframework.org/schema/context"
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd