Skip to content

Instantly share code, notes, and snippets.

@apalyukha
Created January 7, 2019 13:44
Show Gist options
  • Save apalyukha/11ff1244e2f774d1e7454b42be588338 to your computer and use it in GitHub Desktop.
Save apalyukha/11ff1244e2f774d1e7454b42be588338 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