Skip to content
New issue

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

加载每个分组的默认配置文件 #1216

Open
xcore-fun opened this issue Dec 19, 2023 · 0 comments
Open

加载每个分组的默认配置文件 #1216

xcore-fun opened this issue Dec 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@xcore-fun
Copy link

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

@xcore-fun xcore-fun added the enhancement New feature or request label Dec 19, 2023
@SkyeBeFreeman SkyeBeFreeman added this to the 1.14.0 milestone Jan 5, 2024
@SkyeBeFreeman SkyeBeFreeman removed this from the 1.14.0 milestone Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants