jar 读取resource配置文件 ikun 2021-07-20 165 阅读1分钟 读取配置文件: InputStream inputStream = this.getClass().getResource(configFileName).openStream();