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"

注意版本号不是固定的

相关文章:

  • 2021-12-29
  • 2021-11-03
  • 2021-09-20
  • 2022-12-23
猜你喜欢
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案