Skip to content

Instantly share code, notes, and snippets.

@guimar86
Created March 27, 2022 13:41
Show Gist options
  • Save guimar86/0de39a1d950e77331cc9df9003aa7d7c to your computer and use it in GitHub Desktop.
Save guimar86/0de39a1d950e77331cc9df9003aa7d7c to your computer and use it in GitHub Desktop.

Spring data database properties

spring.datasource.url=jdbc:postgresql:conference_app
spring.datasource.username=postgres
spring.datasource.password=Welcome
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.dll-auto=none
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.jpa.show-sql=true
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment