##PostgreSQL spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_vehiclerent?currentSchema=project spring.datasource.username=db_202223z_va_prj_vehiclerent_owner spring.datasource.password=2806c4a496ba ##default connection pool spring.datasource.hikari.connection-timeout=20000 spring.datasource.hikari.maximum-pool-size=5 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true spring.jpa.hibernate.ddl-auto=none spring.jpa.show-sql=true