server.port=9090 spring.mvc.hiddenmethod.filter.enabled=true ## PostgreSQL spring.jpa.properties.hibernate.default_schema=project spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_villadihovobitola spring.datasource.username=db_202223z_va_prj_villadihovobitola_owner spring.datasource.password=40a4caa030cb ## 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.hibernate.ddl-auto=validate ## use this to show sql when debugging #spring.jpa.show-sql=true