source: source/freeparkingspace/src/main/resources/application.properties

Last change on this file was 31d67c0, checked in by zlatko2810 <zlatko.stojanovski@…>, 22 months ago

proekt

  • Property mode set to 100644
File size: 644 bytes
Line 
1spring.datasource.driver-class-name=org.postgresql.Driver
2spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_freeparkingspace
3spring.datasource.username=db_202122z_va_prj_freeparkingspace_owner
4spring.datasource.password=62fdb3e574df
5
6
7spring.datasource.hikari.connectionTimeout=20000
8spring.datasource.hikari.maximumPoolSize=5
9
10spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
11spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
12
13spring.jpa.show-sql=true
14spring.main.allow-bean-definition-overriding=true
15spring.mvc.hiddenmethod.filter.enabled = true
16
17
18
19server.port=9084
Note: See TracBrowser for help on using the repository browser.