Created
April 5, 2018 04:04
-
-
Save drucoder/17424174aa6c6ae3338632bcedcac859 to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт JPA (база данных)
This file contains 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/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