How to use openshift's service Registry inside a Spring Boot application?
In the openshift's documentation about Service Registry, it says that:
Ribbon can be declaratively configured to use OpenShift instead of a service registry, without any code changes.
How can I configure Ribbon to use Openshift's service registry?