spring.datasource.url=jdbc:postgresql://localhost:5432/phonelux spring.datasource.username= spring.datasource.password= spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect spring.jpa.properties.hibernate.format_sql=true