You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Team, good afternoon!
Is there any possibility to specify for Spring Boot 3 application multiple YAML format configuration files that will be collected into one?
For example, I have a sandbox application.
There is a KEY/VALUE where I place config/sandbox/ and there is a data file in YAML format with the general configuration. But I would like config/sandbox/ to have several files in YAML format like: db_setting, migration_setting, another_setting. And at startup they would be put together and serve as a common configuration for the application.
Thank you very much in advance! I've been using your product for over a week now, absolutely thrilled)
The text was updated successfully, but these errors were encountered:
Team, good afternoon!
Is there any possibility to specify for Spring Boot 3 application multiple YAML format configuration files that will be collected into one?
For example, I have a sandbox application.
There is a KEY/VALUE where I place config/sandbox/ and there is a data file in YAML format with the general configuration. But I would like config/sandbox/ to have several files in YAML format like: db_setting, migration_setting, another_setting. And at startup they would be put together and serve as a common configuration for the application.
Thank you very much in advance! I've been using your product for over a week now, absolutely thrilled)
The text was updated successfully, but these errors were encountered: