Skip to content

Commit 6540a80

Browse files
committed
Sync documentation of main branch
1 parent 7644e4c commit 6540a80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_versions/main/guides/spring-cloud-config-client.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ quarkus.spring-cloud-config.enabled=true
124124
quarkus.spring-cloud-config.url=http://localhost:8888
125125
----
126126

127+
[TIP]
128+
====
129+
If you are using Gradle, the Gradle setting `rootProject.name` has precedence over `quarkus.application.name`
130+
so be sure to set the Gradle property to the application name you want the Spring Cloud Config server to see.
131+
====
132+
127133
== Package and run the application
128134

129135
Run the application with:

0 commit comments

Comments
 (0)