##PostgreSQL spring.datasource.url=jdbc:postgresql://localhost:5432/VehicleRentTest spring.datasource.username=postgres spring.datasource.password=123 ##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