spring.datasource.url=jdbc:postgresql://localhost:5432/terapija spring.datasource.username=terapija spring.datasource.password=terapija123! spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect