Created
May 20, 2018 10:11
-
-
Save odedia/00d10965edf2ce9af36ea54d72b3f8b3 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
| @SpringBootApplication | |
| @EnableBinding(Source.class) | |
| public class BeerClientApplication { | |
| public static void main(String[] args) { | |
| SpringApplication.run(BeerClientApplication.class, args); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment