Skip to content

Instantly share code, notes, and snippets.

@odedia
Created May 20, 2018 10:11
Show Gist options
  • Select an option

  • Save odedia/00d10965edf2ce9af36ea54d72b3f8b3 to your computer and use it in GitHub Desktop.

Select an option

Save odedia/00d10965edf2ce9af36ea54d72b3f8b3 to your computer and use it in GitHub Desktop.
@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