Skip to content

Commit

Permalink
Merge pull request #158 from geoand/rest-client-url
Browse files Browse the repository at this point in the history
Use newer way of configuring the REST Client URL
  • Loading branch information
geoand authored May 29, 2024
2 parents 967ca69 + 502fb35 commit b0ff4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/08_rest-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Add the following properties to your `application.properties` in `src/main/resou
[.console-input]
[source,properties]
----
com.redhat.developers.FruityViceService/mp-rest/url=https://fruityvice.com
quarkus.rest-client."com.redhat.developers.FruityViceService".url=https://fruityvice.com
----
== Create FruitDTO
Expand Down

0 comments on commit b0ff4b3

Please sign in to comment.