# #spring.datasource.url=jdbc:postgresql://localhost:5432/postgres-project #spring.datasource.username=postgres #spring.datasource.password=tamara #spring.jpa.hibernate.ddl-auto=update #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect spring.datasource.driver-class-name=org.postgresql.Driver spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_beautycenter spring.datasource.username=db_202122z_va_prj_beautycenter_owner spring.datasource.password=c792d1ce38b4 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect #spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=true spring.jpa.properties.hibernate.format_sql=true