获取配置文件方式
2019-03-19 本文已影响0人
白纸糊
只识别 properties
private var rb = ResourceBundle.getBundle("config")
或
Thread.currentThread().getContextClassLoader.getResourceAsStream("")
只识别 properties
private var rb = ResourceBundle.getBundle("config")
或
Thread.currentThread().getContextClassLoader.getResourceAsStream("")