初學Spring遇到的第乙個問題 bean xml

2021-04-12 14:55:38 字數 539 閱讀 3282

題:exception in thread "main" org.springframework.beans.factory.beandefinitionstoreexception: line 2 in xml document from file [e:/lihui/j2ee/學習資料/spring框架/program/helloworld/bean.xml] 

is invalid; nested exception is org.xml.sax.saxparseexception: document root element "beans", must match doctype root "null".

org.xml.sax.saxparseexception: document root element "beans", must match doctype root "null".

解決方法:

加一行:http://www.springframework.org/dtd/spring-beans.dtd">

原因:沒有申明型別即dtd文件型別定義

第乙個Spring程式

通過官方文件,編寫第乙個spring程式 匯入spring的jar包 org.springframework spring webmvc 5.3.3 編寫實體類 public class hello override public string tostring public string getn...

第乙個Spring例子

手動新增sechame檔案 windows preferences myeclipse files and editors xml xmlcatalog 點add key type中選擇url file system 在dist resources spring beans 2.5.xsd sech...

spring第乙個程式筆記

安裝 貌似不用,最簡單使用只要spring.jar包就可以了 調通例子 使用的是xiaxin給的例子,包含在文件http xiaxin.spring dev guide.rar中。例子筆記 不少摘自該文件 1 我們的所有程式 中 除測試 之外 並沒有出現spring中的任何元件。2 upperact...