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~
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~