Last change
on this file since cf9cdbf was cf9cdbf, checked in by Gjoko <goko_kostadinov@…>, 2 years ago |
Initial commit.
|
-
Property mode
set to
100644
|
File size:
326 bytes
|
Rev | Line | |
---|
[cf9cdbf] | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/schedlr
|
---|
| 2 | spring.datasource.username=postgres
|
---|
| 3 | spring.datasource.password=postgres
|
---|
| 4 |
|
---|
| 5 | spring.jpa.hibernate.ddl-auto=create
|
---|
| 6 | spring.jpa.show-sql=true
|
---|
| 7 | spring.jpa.properties.hibernate.format_sql=true
|
---|
| 8 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
Note:
See
TracBrowser
for help on using the repository browser.