Skip to content

Instantly share code, notes, and snippets.

@odedia
Created May 20, 2018 15:44
Show Gist options
  • Save odedia/6baf11215da26010dc61e32a30f80ea9 to your computer and use it in GitHub Desktop.
Save odedia/6baf11215da26010dc61e32a30f80ea9 to your computer and use it in GitHub Desktop.
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.client.loadbalancer.LoadBalanced;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.cloud.stream.annotation.EnableBinding;
import org.springframework.cloud.stream.annotation.Output;
import org.springframework.cloud.stream.messaging.Source;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment