InputStream in = PropReader.class.getClassLoader().getResourceAsStream(StaticFinal.CONFIG_PATH);
其中StaticFinal.CONFIG是字符串常量,指定properties的文件名
InputStream in = PropReader.class.getClassLoader().getResourceAsStream(StaticFinal.CONFIG_PATH);
其中StaticFinal.CONFIG是字符串常量,指定properties的文件名