Skip to content

Instantly share code, notes, and snippets.

@edermfl
Last active April 27, 2017 13:18
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 edermfl/1fb05c40d091d87b3bbf4994c067dd0f to your computer and use it in GitHub Desktop.
Save edermfl/1fb05c40d091d87b3bbf4994c067dd0f to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment