|
Last change
on this file since c613cbf was c613cbf, checked in by MBK <marija.karapandzova@…>, 4 months ago |
|
Add exceptions
|
-
Property mode
set to
100644
|
|
File size:
698 bytes
|
| Line | |
|---|
| 1 | spring.application.name=medora
|
|---|
| 2 |
|
|---|
| 3 | # Spring Security - Development credentials
|
|---|
| 4 | spring.security.user.name=admin
|
|---|
| 5 | spring.security.user.password=admin123
|
|---|
| 6 |
|
|---|
| 7 | spring.datasource.url=jdbc:postgresql://localhost:5432/medora
|
|---|
| 8 | spring.datasource.username=postgres
|
|---|
| 9 | spring.datasource.password=postgres
|
|---|
| 10 | spring.datasource.driver-class-name=org.postgresql.Driver
|
|---|
| 11 |
|
|---|
| 12 | # JPA / Hibernate settings
|
|---|
| 13 | spring.jpa.hibernate.ddl-auto=update
|
|---|
| 14 | spring.jpa.show-sql=true
|
|---|
| 15 | spring.jpa.properties.hibernate.format_sql=true
|
|---|
| 16 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|---|
| 17 |
|
|---|
| 18 | # Jackson serialization settings
|
|---|
| 19 | spring.jackson.serialization.fail-on-empty-beans=false
|
|---|
| 20 | spring.jackson.default-property-inclusion=non_null
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.