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

Fix classname typo in AutoConfigureAfter #838

Open p120ph37 opened 5 months ago

p120ph37 commented 5 months ago

The @AutoConfigureAfter annotation in ConsulAutoServiceRegistrationAutoConfiguration points to a non-autoconfig class: AutoServiceRegistrationConfiguration. I'm pretty sure this was intended to point to the very-similarly-named autoconfig class AutoServiceRegistrationAutoConfiguration.

@pivotal-cla This is an Obvious Fix