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

Last change on this file since bc0eeb4 was bc0eeb4, checked in by Evgenija2000 <eva_nikolaevska@…>, 21 months ago

all files

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