Skip to content

Instantly share code, notes, and snippets.

@rajj6
Last active February 6, 2021 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajj6/0f401b23eca7fe8b03b295a9ac6715a2 to your computer and use it in GitHub Desktop.
Save rajj6/0f401b23eca7fe8b03b295a9ac6715a2 to your computer and use it in GitHub Desktop.
spring.datasource.url=jdbc:postgresql://localhost:5432/test
spring.datasource.username=postgres
spring.datasource.password=password
spring.jpa.generate-ddl=true
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment