Skip to content

Instantly share code, notes, and snippets.

@gregori
Created October 25, 2015 15:09
Show Gist options
  • Save gregori/edb774d9dce61967976b to your computer and use it in GitHub Desktop.
Save gregori/edb774d9dce61967976b 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>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.14.8</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment