We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the feature you want to add? 加载每个分组的默认配置文件
Why do you want to add this feature? 重复的配置工作
How to implement this feature? 1.不管有没有配置的分组都自动获取默认的配置分组 2.自动加载配置的分组和默认分组的application配置
Additional context config: groups: - name: common files: - application.yml - application-dev.yml - name: ${spring.application.name} files: - application.yml - application-dev.yml 希望可以简化为 config: groups: - name: common
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the feature you want to add?
加载每个分组的默认配置文件
Why do you want to add this feature?
重复的配置工作
How to implement this feature?
1.不管有没有配置的分组都自动获取默认的配置分组
2.自动加载配置的分组和默认分组的application配置
Additional context
config:
groups:
- name: common
files:
- application.yml
- application-dev.yml
- name: ${spring.application.name}
files:
- application.yml
- application-dev.yml
希望可以简化为
config:
groups:
- name: common
The text was updated successfully, but these errors were encountered: