apollo
apollo copied to clipboard
管理平台希望可以支持 Yml 转 Properties
配置都是 yml 的,apollo 似乎对 yml 的支持比较弱。 都用界面来管理配置了,其实没必要一定要用 yml 格式,统一用 Properties 也能减少问题。所以我觉得直接在 界面上做个支持,贴 yml 格式进去,自动或者手动转成 Properties 保存就可以了,这样简单一点。 目前都通过第三方网站转成 Properties 再贴进文本框,稍微有点麻烦和不安全。
Has anyone done this feature yet? I would like to try to realize it. How do I start it?
@youyulan It would be great if you could work on this, you may first set up the local environment first.
The environment is ready. after I familiar with the code, I can start working on it