spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
813 stars 541 forks source link

consul register not working with spring boot 2.1.1.RELEASE #480

Closed foshantiger closed 5 years ago

foshantiger commented 5 years ago

description: spring cloud version: Finchley.SR2 consul version: v1.2.2 After application startup, no service can be found in the consul portal ,but downgrade the spring boot version to 2.0.6.RELEASE that works~

spencergibb commented 5 years ago

Finchley is not compatible with boot 2.1.x. Either use boot 2.0.6 or Greenwich.RC1