Top "Spring-cloud-consul" questions

Spring Cloud Consul provides Consul integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.

spring-boot client unable to start with consul

I have setup and run consul using docker on my system using following command: sudo docker run -p 8500:8500 consul:0.9.2 Consul …

spring spring-boot microservices consul spring-cloud-consul
Spring boot Get properties from consul server

I have a spring boot application and I would like to get properties that I have on a consul agent. @…

spring spring-boot consul spring-cloud-consul
Remove dead services from Consul

We have a number of Spring Boot applications that register themselves with Consul (via Spring Cloud Consul). If I stop …

consul spring-cloud-consul