Skip to content

Instantly share code, notes, and snippets.

@MovileGente
Created September 20, 2018 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MovileGente/a2f14a26d38da5f6be8be2e3ae342ceb to your computer and use it in GitHub Desktop.
Save MovileGente/a2f14a26d38da5f6be8be2e3ae342ceb to your computer and use it in GitHub Desktop.
@SpringBootApplication
@EnableSchemaRegistryServer
public class SchemaRegistryServerApplication {
public static void main(String[] args) {
SpringApplication.run(SchemaRegistryServerApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment