Skip to content

Commit

Permalink
added line to explain that the spring application name is set by grad…
Browse files Browse the repository at this point in the history
…le groject name when building with gradle
  • Loading branch information
Heirloomcomp authored and gsmet committed Jun 7, 2024
1 parent eeaca37 commit 147f9a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/main/asciidoc/spring-cloud-config-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Check warning on line 129 in docs/src/main/asciidoc/spring-cloud-config-client.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'.", "location": {"path": "docs/src/main/asciidoc/spring-cloud-config-client.adoc", "range": {"start": {"line": 129, "column": 11}}}, "severity": "INFO"}
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:
Expand Down

0 comments on commit 147f9a2

Please sign in to comment.