原文:通配符的匹配很全面, 但無法找到元素 'context:component-scan' 的聲明

一. 異常描述在配置SpringMVC的時候,spring.xml文件中配置了 lt context:component scan gt ,結果提示如下異常: Caused by: org.xml.sax.SAXParseException lineNumber: columnNumber: cvc complex type. . .c: 通配符的匹配很全面, 但無法找到元素 context:co ...

2019-09-04 13:52 0 357 推薦指數:

查看詳情

通配符匹配全面, 但無法找到元素 'context:property-placeholder' 的聲明

在Spring相應包導入正確的前提下,出現這個異常,是因為我們在引入命名空間的時候,沒有正確引入它的DTD解析文件,以上面的context為例,解決辦法如下: 在引入 需要注意的是,由於Spring版本的不同,圖中划線的地方的數字可能會不同,我當前的是4.0,如果是其它版本,可能要 ...

Thu Jan 26 18:47:00 CST 2017 0 7181
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM