Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created April 5, 2018 04:05
Show Gist options
  • Save drucoder/540185d50117491e094991d8a95c772d to your computer and use it in GitHub Desktop.
Save drucoder/540185d50117491e094991d8a95c772d 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