Skip to content

Commit 2b0b782

Browse files
authored
Merge pull request #160 from geoand/rest-client-health
Follow up on using new REST Client URL
2 parents 459c010 + a51d4c3 commit 2b0b782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/modules/ROOT/pages/10_health.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ import jakarta.ws.rs.HttpMethod;
122122
@ApplicationScoped
123123
public class CustomHealthCheck {
124124
125-
@ConfigProperty(name = "com.redhat.developers.FruityViceService/mp-rest/url")
125+
@ConfigProperty(name = "quarkus.rest-client.\"com.redhat.developers.FruityViceService\".url")
126126
String externalURL;
127127
128128
@Readiness //<1>

0 commit comments

Comments
 (0)