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
|
Rev | Line | |
---|
[f7c05a1] | 1 | server.port=9090
|
---|
| 2 | spring.mvc.hiddenmethod.filter.enabled=true
|
---|
| 3 |
|
---|
| 4 | ## PostgreSQL
|
---|
| 5 | spring.jpa.properties.hibernate.default_schema=project
|
---|
| 6 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_villadihovobitola
|
---|
| 7 | spring.datasource.username=db_202223z_va_prj_villadihovobitola_owner
|
---|
| 8 | spring.datasource.password=40a4caa030cb
|
---|
| 9 |
|
---|
| 10 |
|
---|
| 11 | ## default connection pool
|
---|
| 12 | spring.datasource.hikari.connectionTimeout=20000
|
---|
| 13 | spring.datasource.hikari.maximumPoolSize=5
|
---|
| 14 |
|
---|
| 15 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
---|
| 16 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
| 17 |
|
---|
| 18 | spring.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.