Created
January 12, 2020 08:39
-
-
Save navichok26/5fc91875191c5de0123efd91ecd19d08 to your computer and use it in GitHub Desktop.
spring boot config for postgreSQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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