3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java10,177 forks (10,177 forks)batch import
feature requesthelp wanted
Repository metrics
- Stars
- 29,769 stars (29,769 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
配置都是 yml 的,apollo 似乎对 yml 的支持比较弱。
都用界面来管理配置了,其实没必要一定要用 yml 格式,统一用 Properties 也能减少问题。所以我觉得直接在 界面上做个支持,贴 yml 格式进去,自动或者手动转成 Properties 保存就可以了,这样简单一点。
目前都通过第三方网站转成 Properties 再贴进文本框,稍微有点麻烦和不安全。
Contributor guide
- Research direction
- Explore how Apollo currently handles YAML in the management interface, find the configuration editing code, and add a YAML to Properties conversion button with the conversion logic.
- Tech stack
- java
- Domain
- full stack
- Issue type
- Feature
- Prerequisites
- JavaGit