文件名称:读Properties配置文件
文件大小:2KB
文件格式:TXT
更新时间:2017-10-10 08:24:47
properties xml 配置文件
写好的读取properties配置文件的PropertiesConfig.java类,只需new个对象,PropertiesConfig config = new PropertiesConfig(); config.setPropertiesDataSource("/jdbc.properties"); config.getString("dataSource_driverClass");