读取jar包内配置文件
读取jar包内配置⽂件public class Config {
燕字组词private static Properties properties;
private static Logger logger = Logger(Config.class);让你窝心
static {
try {
+ "/config/log4j.properties");
properties = new Properties();
// 读取SRC下配置⽂件 --- 属于读取内部⽂件
// properties.load(ResourceAsStream("/init.properties"));dnf街头pk
// 读取系统外配置⽂件 (即Jar包外⽂件) --- 外部⼯程引⽤该Jar包时需要在⼯程下创建config⽬录存放配置⽂件    String filePath = Property("user.dir")火爆网络游戏排行榜
+ "/config/init.properties";
InputStream in = new BufferedInputStream(new FileInputStream(filePath));
阿斯特拉奥特曼
properties.load(in);
} catch (IOException e) {
<("读取配置信息出错!", e);
}
}
public static String getObject(String prepKey) {
Property(prepKey);
}
public static void main(String[] agrs) {
国庆节的周记
logger.Object("testsql"));
}
}

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。