spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
805 stars 543 forks source link

Multiple data-keys in consul for spring Boot 3 #836

Open Duff1k opened 1 month ago

Duff1k commented 1 month ago

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)