Skip to content

Instantly share code, notes, and snippets.

@odedia
Created May 20, 2018 15:45
Show Gist options
  • Save odedia/de245321d02d8a7b991b5c9837fdf680 to your computer and use it in GitHub Desktop.
Save odedia/de245321d02d8a7b991b5c9837fdf680 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.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