We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 459c010 + a51d4c3 commit 2b0b782Copy full SHA for 2b0b782
1 file changed
documentation/modules/ROOT/pages/10_health.adoc
@@ -122,7 +122,7 @@ import jakarta.ws.rs.HttpMethod;
122
@ApplicationScoped
123
public class CustomHealthCheck {
124
125
- @ConfigProperty(name = "com.redhat.developers.FruityViceService/mp-rest/url")
+ @ConfigProperty(name = "quarkus.rest-client.\"com.redhat.developers.FruityViceService\".url")
126
String externalURL;
127
128
@Readiness //<1>
0 commit comments