aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
blob: 547f233fc267b413ffa059771afe7441b3a69771 (plain) (blame)
1
2
3
4
5
6
7
spring.datasource.url=jdbc:postgresql://postgres:5432
spring.datasource.username=
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=true