7 comments (7 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
- Avg merge 4d 13h (Avg merge 4d 13h)6 merged PRs in 30d (6 merged PRs in 30d)
Description
这样可以在特定场景之下,只需要修改一下 active profile,就可以切换一批配置项
- 配置项+profile 作为唯一主键,profile 可以为空
- 可以多个 active profile,类似于 maven 的 profile
Contributor guide
- Research direction
- Examine the existing configuration storage model and design a profiles feature that allows activating multiple profiles to override settings, similar to Maven's profile mechanism.
- Tech stack
- java
- Domain
- backendapi
- Issue type
- Feature
- Prerequisites
- JavaGit