ClassPathXmlApplicationContext路徑

默認路徑是當前項目的target/classes目錄 可使用如下代碼查看:java String s[] = System.getProperty("java.class.path").split(";"); for (String string : s) { System.out.println(string); } 若是要定位到WebContent目錄下,要使用FileSystem
相關文章
相關標籤/搜索