Skip to content

Instantly share code, notes, and snippets.

@navichok26
Created January 12, 2020 08:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navichok26/5fc91875191c5de0123efd91ecd19d08 to your computer and use it in GitHub Desktop.
Save navichok26/5fc91875191c5de0123efd91ecd19d08 to your computer and use it in GitHub Desktop.
spring boot config for postgreSQL
spring.datasource.url=jdbc:postgresql://localhost:5432/springbootdb
spring.datasource.username=postgres
spring.datasource.password=1234
spring.jpa.hibernate.ddl-auto=create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment