问答详情
源自:3-5 Hello Spring MVC

The prefix "context" for element "context:component-scan" is not bound.

http://img.mukewang.com/582022880001578b10790238.jpg

不知道是什么错

提问者:宝宝是吃货 2016-11-07 14:43

个回答

  • likeslove
    2016-11-07 15:18:45

    该配置文件的<beans></beans>标签的属性少了东西。<beans>加上相应属性即可

    如下面是需要添加的部分的文字版:

    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