Allow quarkus.application.name to be overridden for Spring Cloud Config Server #41011
Labels
area/config
area/spring
Issues relating to the Spring integration
kind/enhancement
New feature or request
Milestone
Description
The ‘Spring Cloud Configuration’ extension uses the
quarkus.application.name
property to determine the configuration files to be loaded on the remote server. This works, but can lead to problems when there are multiple files to load. The property no longer corresponds to anything.In this example, the
quarkus.application.name
option loses its usefulness because the extension forces you to enter information that has nothing to do with the name of the application.Implementation ideas
It could be nice to implement a new property
quarkus.spring-cloud-config.names
(default value isquarkus.application.name
)Example
The text was updated successfully, but these errors were encountered: