Properties properties = new Properties();
File file = new File("src/main/resources/generator.xml"); InputStream in = new FileInputStream(file); properties.loadFromXML(in);
本文共 227 字,大约阅读时间需要 1 分钟。
Properties properties = new Properties();
File file = new File("src/main/resources/generator.xml"); InputStream in = new FileInputStream(file); properties.loadFromXML(in);
转载于:https://www.cnblogs.com/duanqiao123/p/10889067.html