Annotation Type SpringCloudApplication


@Deprecated @Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @SpringBootApplication @EnableDiscoveryClient public @interface SpringCloudApplication
Deprecated.
This annotation has been deprecated as of the 3.0.1 release. @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.
Author:
Spencer Gibb