Last change
on this file was bc0eeb4, checked in by Evgenija2000 <eva_nikolaevska@…>, 2 years ago |
all files
|
-
Property mode
set to
100644
|
File size:
535 bytes
|
Line | |
---|
1 |
|
---|
2 | server.port=9028
|
---|
3 |
|
---|
4 | spring.datasource.url=jdbc:postgresql://localhost:5432/shopaholic2022
|
---|
5 | spring.datasource.username=postgres
|
---|
6 | spring.datasource.password=trajce123
|
---|
7 |
|
---|
8 | spring.datasource.hikari.connectionTimeout=20000
|
---|
9 | spring.datasource.hikari.maximumPoolSize=5
|
---|
10 |
|
---|
11 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
---|
12 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
13 |
|
---|
14 | spring.jpa.show-sql=true
|
---|
15 | spring.main.allow-bean-definition-overriding=true
|
---|
16 | spring.mvc.hiddenmethod.filter.enabled = true
|
---|
17 |
|
---|
18 |
|
---|
19 |
|
---|
20 |
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.