Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created April 5, 2018 04:04
Show Gist options
  • Save drucoder/17424174aa6c6ae3338632bcedcac859 to your computer and use it in GitHub Desktop.
Save drucoder/17424174aa6c6ae3338632bcedcac859 to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт JPA (база данных)
spring.datasource.url=jdbc:postgresql://localhost/sweater
spring.datasource.username=postgres
spring.datasource.password=123
spring.jpa.generate-ddl=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment