@EnableDiscoveryClient
is no longer needed, discovery client
implementations are enabled as long as an implementation is on the classpath.
@EnableCircuitBreaker
is no longer used now that Hystrix has been removed
from Spring Cloud.@Deprecated @Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @SpringBootApplication @EnableDiscoveryClient public @interface SpringCloudApplication
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.