Created
May 20, 2018 15:45
-
-
Save odedia/de245321d02d8a7b991b5c9837fdf680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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