Skip to content

Commit b0ff4b3

Browse files
authored
Merge pull request #158 from geoand/rest-client-url
Use newer way of configuring the REST Client URL
2 parents 967ca69 + 502fb35 commit b0ff4b3

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)