org.dom4j.DocumentException: bean.xml (系統找不到指定的文件。) Nested exception: bean.xml (系統找不到指定的文件。)

問題緣由:src下存放bean.xml文件使用時利用以下方式讀取xml              File f = new File("bean.xml");                 SAXReader reader = new SAXReader();                 Document doc = reader.read(f);                 Eleme
相關文章
相關標籤/搜索