spring使用中問題彙總

1.配置文件找不到beans元素:多是xsd與spring版本不一致,致使沒法效驗; html

解決方案:將applicationContext.xml中xsd文件定義的版本改成spring jar包中定義的xsd的版本,若是版本定義的過高在本地會沒法找到,只能從網絡上下載。java

  第二,在dtd中缺乏 xmlns="http://www.springframework.org/schema/beans"也會出現這個問題。
解決方法:在spring配置文件中加入xmlns="http://www.springframework.org/schema/beans便可解決。

可參考:https://www.cnblogs.com/longshiyVip/p/4574070.html#undefinedspring

 

2.java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/springmvc-servlet.xm】網絡

對於Maven項目,若是不特地指定參數名爲contextConfigLoction的<context-parameter>元素,那麼spring的ContextLoderListener監聽器就會在/WEB-INF/下去尋找並加載該目錄下的名爲applicationContext.xml這個文件mvc

可參考:http://blog.csdn.net/wlwlwlwl015/article/details/48134763app

相關文章
相關標籤/搜索