mvc:annotation-driven is not bound

后端 未结 7 1060
佛祖请我去吃肉
佛祖请我去吃肉 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:04

    Changing below code worked for me

    
    

    to below code (imp : check xmlns:context and xmlns:xsi position)

    
    

提交回复
热议问题