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

Failed to introspect annotations on class ConsulDiscoveryClientConfigServiceBootstrapConfiguration #462

Closed xinwu-yang closed 5 years ago

xinwu-yang commented 6 years ago

When starting the project, will print out the log :

2018-10-30 08:28:02.619 INFO 1 --- [ main] o.s.core.annotation.AnnotationUtils : Failed to introspect annotations on class org.springframework.cloud.consul.discovery.configclient.ConsulDiscoveryClientConfigServiceBootstrapConfiguration: java.lang.IllegalStateException: Could not obtain annotation attribute value for public abstract java.lang.Class[] org.springframework.boot.autoconfigure.condition.ConditionalOnClass.value()

spring-cloud-starter-consul-discovery 2.0.1.RELEASE springboot 2.0.6.RELEASE Java SE 11.0.1 What does this mean? Thanks~

spencergibb commented 5 years ago

Duplicates #460

Try with 2.0.2.RELEASE