diff --git a/docs/src/main/asciidoc/spring-cloud-config-client.adoc b/docs/src/main/asciidoc/spring-cloud-config-client.adoc index ccdeaf1b2be62..58571289c8d67 100644 --- a/docs/src/main/asciidoc/spring-cloud-config-client.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config-client.adoc @@ -124,6 +124,12 @@ quarkus.spring-cloud-config.enabled=true quarkus.spring-cloud-config.url=http://localhost:8888 ---- +[TIP] +==== +If you are using Gradle, the Gradle setting `rootProject.name` has precedence over `quarkus.application.name` +so be sure to set the Gradle property to the application name you want the Spring Cloud Config server to see. +==== + == Package and run the application Run the application with: