aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
blob: 357f85afb1be56073e84e676e44901c0a7b84f81 (plain) (blame)
1
2
3
4
5
6
7
8
9
spring.datasource.url=jdbc:postgresql://postgres:5432/
spring.datasource.username=spring
spring.datasource.password=qwerqty
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

server.error.include-message=always