mvc:annotation-driven is not bound

后端 未结 7 1059
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-02 11:23

I get this error when I run a certain Spring Web 3 project in NetBeans:

org.xml.sax.SAXParseException; lineNumber: 11; columnNumber: 30; The prefix \"

7条回答
  •  野的像风
    2021-02-02 12:05

    This is an IDE Error, Which can be resolved by following to

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

    enter image description here

提交回复
热议问题