spring配置檔案沒有錯,但是出現紅叉而且 problems裡面有error顯示的錯誤方法如下:
error occured processing xml 'provider org.apache.xerces.parsers.integratedparserconfiguration could not be instantiated: org.apache.xerces.impl.dv.dvfactoryexception: dtd factory class org.apache.xerces.impl.dv.dtd.dtddvfactoryimpl does not extend from dtddvfactory.'. see error log for more details。
解決方法
右擊工程,選擇properties,選myeclipse,選spring,選bean,然後把對應的spring配置檔案remove,確定就好了。等報錯消失了,再進來add進剛才remove的配置檔案就好了(測試過,不用重新add進來也是可以的)~~
spring配置檔案
1 配置檔案的簡化 1 屬性的 property name foo value foovalue value property 簡化為 property name foo value foovalue 2 引用bean property name foo ref bean foobean prope...
spring配置檔案
context annotation config 是用於啟用那些已經在spring容器裡註冊過的bean上面的註解,也就是顯示的向spring註冊 autowiredannotationbeanpostprocessor commonannotationbeanpostprocessor pers...
解決spring配置檔案沒有提示的問題
我們使用eclipse編輯spring配置檔案時,經常沒有提示,而無從下手時.現在我們就來解決沒有提示的問題.原因是因為eclipse中沒有配置xsd檔案.步驟一 把如下標頭檔案拷貝到你的spring配置檔案中.xmlns xsi xmlns util xmlns p xmlns aop xmlns...