Just use Spring type ClassPathResource. File file = new ClassPathResource("countries.xml").getFile();. As long as this file is somewhere on ...
確定! 回上一頁