@Configuration
@EnableEurekaClient
@PropertySource(value="classpath:bootstrap-subscriber.properties")
public class ScmEventSubscriberConfiguration
extends java.lang.Object
Configuration enable Netflix Eureka Client with Spring Cloud wrapper and add metadata
(boolean 'eventsSubscriber' field) for selecting subscribers from Eureka Server.