## PostgreSQL spring.datasource.url=jdbc:postgresql://localhost:5444/db_202223z_va_prj_autopartzmk spring.datasource.username=db_202223z_va_prj_autopartzmk_owner spring.datasource.password=ce8a327b3b72 ## default connection pool 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.properties.hibernate.default_schema=project spring.jpa.hibernate.ddl-auto=validate spring.jpa.show-sql=true