Skip to content

Instantly share code, notes, and snippets.

@apalyukha
Created January 7, 2019 13:42
Show Gist options
  • Save apalyukha/f1a8d1ca2daa7e75776648fe0fe08995 to your computer and use it in GitHub Desktop.
Save apalyukha/f1a8d1ca2daa7e75776648fe0fe08995 to your computer and use it in GitHub Desktop.
Spring Boot. JPA
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment