Properties配置文件读取类
PropertiesConfig类提供了一种便捷的方法来读取properties配置文件。使用示例:PropertiesConfig config = new PropertiesConfig(); config.setPropertiesDataSource("/jdbc.properties"); config.getString("dataSource_driverClass");
1.67KB
文件大小:
评论区