【Java】qatools.properties

Link: https://github.com/qatools/properties

今天在GitHub上看到一个Java库,能方便帮助读取properties的配置文件. 具体使用可以参考上面的链接学习。

<dependency>
    <groupId>ru.qatools.commons</groupId>
    <artifactId>properties</artifactId>
    <version>LATEST</version>
</dependency>
原文地址:https://www.cnblogs.com/buhaiqing/p/4906998.html