Skip to content

Instantly share code, notes, and snippets.

@odedia
Created May 20, 2018 15:50
Show Gist options
  • Save odedia/8969c7fc134c901dd40df53eab303437 to your computer and use it in GitHub Desktop.
Save odedia/8969c7fc134c901dd40df53eab303437 to your computer and use it in GitHub Desktop.
@SpringBootApplication
@EnableBinding(Sink.class)
public class BeermanagerApplication {
public static void main(String[] args) {
SpringApplication.run(BeermanagerApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment