读取.properties配置文件的内容至Map中

public class PropertiesUtil {web /** * 读取.properties配置文件的内容至Map中 * @param propertiesFile * @return */ public static Map read(String propertiesFile) { ResourceBundle rb = ResourceBundle.getBund
相关文章
相关标签/搜索