spring.datasource.url=jdbc:postgresql://localhost:5432/db_202324z_va_prj_busngo spring.datasource.hikari.connection-timeout=20000 spring.datasource.hikari.maximum-pool-size=5 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=true