apolloconfig/apollo

support HOCON format

Open

#2,164 创建于 2019年4月25日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Java (10,177 fork)batch import
feature requesthelp wanted

仓库指标

Star
 (29,769 star)
PR 合并指标
 (平均合并 4天 13小时) (30 天内合并 6 个 PR)

描述

My company use inner config object with typeSafe config, we often use HOCON format to edit config file. But apollo only support yml/yaml/properties/json. We must first convert HOCON to json, and then poll apollo. Can apollo support HOCON format?

贡献者指南