spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_laggernet spring.datasource.username=db_202223z_va_prj_laggernet_owner spring.datasource.password=5775b5c405b7 spring.datasource.driver-class-name=org.postgresql.Driver spring.datasource.hikari.maximum-pool-size=5 spring.datasource.hikari.connection-timeout=20000 spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true spring.jpa.properties.hibernate.default_schema=project spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=true