The prefix "mvc" for element "mvc:annotation-driven" is not bound 的解决方法

来源:互联网 发布:caffe 数据层 编辑:程序博客网 时间:2024/06/01 08:25

在xml的beans中添加 

xmlns:mvc="http://www.springframework.org/schema/mvc" 

xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd"

原创粉丝点击