spring.datasource.driver-class-name=org.postgresql.Driver spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_freeparkingspace spring.datasource.username=db_202122z_va_prj_freeparkingspace_owner spring.datasource.password=62fdb3e574df spring.datasource.hikari.connectionTimeout=20000 spring.datasource.hikari.maximumPoolSize=5 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true spring.jpa.show-sql=true spring.main.allow-bean-definition-overriding=true spring.mvc.hiddenmethod.filter.enabled = true server.port=9084