Last change
on this file since 743de55 was 743de55, checked in by macagaso <gasoskamarija@…>, 6 weeks ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
339 bytes
|
Rev | Line | |
---|
[743de55] | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/terapija
|
---|
| 2 | spring.datasource.username=terapija
|
---|
| 3 | spring.datasource.password=terapija123!
|
---|
| 4 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
| 5 | spring.jpa.hibernate.ddl-auto=update
|
---|
| 6 | spring.jpa.show-sql=true
|
---|
| 7 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect |
---|
Note:
See
TracBrowser
for help on using the repository browser.