Skip to content

Instantly share code, notes, and snippets.

@imarban
Created November 10, 2015 18:33
Show Gist options
  • Save imarban/f765698a75448d17bfbe to your computer and use it in GitHub Desktop.
Save imarban/f765698a75448d17bfbe to your computer and use it in GitHub Desktop.
Starter Parent Pom Spring Boot
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.7.RELEASE</version>
</parent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment