Skip to content

Instantly share code, notes, and snippets.

@namila007
Last active March 23, 2019 14:20
Show Gist options
  • Save namila007/0c2146ca8448ef7d6caf490d46a99219 to your computer and use it in GitHub Desktop.
Save namila007/0c2146ca8448ef7d6caf490d46a99219 to your computer and use it in GitHub Desktop.
SprinBoot Tutorial
@SpringBootApplication
public class RestSpringTestApplication {
public static void main(String[] args) {
SpringApplication.run(RestSpringTestApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment