main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
439 bytes
|
Line | |
---|
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
|
---|
10 | spring.main.allow-bean-definition-overriding=true |
---|
Note:
See
TracBrowser
for help on using the repository browser.