标签:key get 读取 sys config ring value 名称 路径
//对应当前工程路径下config/properties/sysInfo.properties
ResourceBundle bundle = ResourceBundle.getBundle("config.properties.sysInfo");
//指定字段的名称
String value = bundle.getString("keyName");
标签:key get 读取 sys config ring value 名称 路径
原文地址:https://www.cnblogs.com/ymmzyxy/p/13052396.html