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 committed Dec 30, 2023
1 parent 7d15333 commit c613db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/spring-cloud-config-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ quarkus.spring-cloud-config.enabled=true
# configure the URL where the Config Server listens to HTTP requests - this could have been left out since http://localhost:8888 is the default
quarkus.spring-cloud-config.url=http://localhost:8888
----
If you are using gradle then the gradle setting rootProject.name has precedence over the quarkus.application.name so be sure to set the gradle property to the application name you want spring cloud config server to see.

Check warning on line 126 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.SentenceLength] Try to keep sentences to an average of 32 words or fewer. Raw Output: {"message": "[Quarkus.SentenceLength] Try to keep sentences to an average of 32 words or fewer.", "location": {"path": "docs/src/main/asciidoc/spring-cloud-config-client.adoc", "range": {"start": {"line": 126, "column": 1}}}, "severity": "INFO"}

Check warning on line 126 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": 126, "column": 11}}}, "severity": "INFO"}

Check warning on line 126 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.CaseSensitiveTerms] Use 'Gradle' rather than 'gradle'. Raw Output: {"message": "[Quarkus.CaseSensitiveTerms] Use 'Gradle' rather than 'gradle'.", "location": {"path": "docs/src/main/asciidoc/spring-cloud-config-client.adoc", "range": {"start": {"line": 126, "column": 18}}}, "severity": "INFO"}

Check warning on line 126 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.CaseSensitiveTerms] Use 'Gradle' rather than 'gradle'. Raw Output: {"message": "[Quarkus.CaseSensitiveTerms] Use 'Gradle' rather than 'gradle'.", "location": {"path": "docs/src/main/asciidoc/spring-cloud-config-client.adoc", "range": {"start": {"line": 126, "column": 34}}}, "severity": "INFO"}

Check warning on line 126 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.CaseSensitiveTerms] Use 'Gradle' rather than 'gradle'. Raw Output: {"message": "[Quarkus.CaseSensitiveTerms] Use 'Gradle' rather than 'gradle'.", "location": {"path": "docs/src/main/asciidoc/spring-cloud-config-client.adoc", "range": {"start": {"line": 126, "column": 137}}}, "severity": "INFO"}

== Package and run the application

Expand Down

0 comments on commit c613db9

Please sign in to comment.