source: src/main/resources/application.properties@ f7c05a1

Last change on this file since f7c05a1 was f7c05a1, checked in by Elena Shulevska <elena.shulevska@…>, 15 months ago

initial commit of the source code on origin

  • Property mode set to 100644
File size: 711 bytes
Line 
1server.port=9090
2spring.mvc.hiddenmethod.filter.enabled=true
3
4## PostgreSQL
5spring.jpa.properties.hibernate.default_schema=project
6spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_villadihovobitola
7spring.datasource.username=db_202223z_va_prj_villadihovobitola_owner
8spring.datasource.password=40a4caa030cb
9
10
11## default connection pool
12spring.datasource.hikari.connectionTimeout=20000
13spring.datasource.hikari.maximumPoolSize=5
14
15spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
16spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
17
18spring.jpa.hibernate.ddl-auto=validate
19
20## use this to show sql when debugging
21#spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.