Annotation Type EnableEurekaServer
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(EurekaServerMarkerConfiguration.class)
public @interface EnableEurekaServer
Annotation to activate Eureka Server related configuration.
EurekaServerAutoConfiguration- Author:
- Dave Syer, Biju Kunjummen