spring.datasource.url=jdbc:postgresql://localhost:5432/test spring.datasource.username=test spring.datasource.password=Password.123 spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.generate-ddl=true spring.jpa.open-in-view=false spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL10Dialect spring.jpa.properties.hibernate.format_sql=true spring.jpa.show-sql=true