zhouixi

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

spring mvc配置

<mvc:default-servlet-handler /> 时。

提示 The prefix "mvc" for element "mvc:default-servlet-handler" is not bound.

 

在头文件引入命令空间。

添加

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"

注意版本号不是固定的

posted on 2016-12-08 22:08  zhouixi  阅读(1672)  评论(0编辑  收藏  举报