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

在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"

你可能感兴趣的:(spring,Java)