Skip to content

Commit 502fb35

Browse files
committed
Use newer way of configuring the REST Client URL
1 parent c11c1ce commit 502fb35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/modules/ROOT/pages/08_rest-client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Add the following properties to your `application.properties` in `src/main/resou
166166
[.console-input]
167167
[source,properties]
168168
----
169-
com.redhat.developers.FruityViceService/mp-rest/url=https://fruityvice.com
169+
quarkus.rest-client."com.redhat.developers.FruityViceService".url=https://fruityvice.com
170170
----
171171
172172
== Create FruitDTO

0 commit comments

Comments
 (0)