main
Last change
on this file since 8ca35dc was 8ca35dc, checked in by Aleksandar Panovski <apano77@…>, 4 months ago |
Done with stupid timeslots
|
-
Property mode
set to
100644
|
File size:
457 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
| 2 | spring.datasource.url=jdbc:postgresql://localhost:5432/rezervirajMasa
|
---|
| 3 | spring.datasource.username=postgres
|
---|
| 4 | spring.datasource.password=postgres
|
---|
| 5 | spring.jpa.hibernate.ddl-auto=update
|
---|
| 6 | spring.jpa.properties.hibernate.shor_url=true
|
---|
| 7 |
|
---|
| 8 | spring.jpa.properties..hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
| 9 | spring.jpa.show-sql=true
|
---|
[8ca35dc] | 10 | spring.main.allow-bean-definition-overriding=true
|
---|
| 11 |
|
---|
| 12 | server.port=8081 |
---|
Note:
See
TracBrowser
for help on using the repository browser.