Last change
on this file since 77205be was 77205be, checked in by gjoko kostadinov <gjokokostadinov@…>, 11 months ago |
Add entire code
|
-
Property mode
set to
100755
|
File size:
350 bytes
|
Rev | Line | |
---|
[77205be] | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/schedlr
|
---|
| 2 | spring.datasource.username=gjoko
|
---|
| 3 | spring.datasource.password=gjoko
|
---|
[cf9cdbf] | 4 |
|
---|
[044bd76] | 5 | spring.sql.init.mode=never
|
---|
[401a211] | 6 |
|
---|
[044bd76] | 7 | spring.jpa.hibernate.ddl-auto=validate
|
---|
[cf9cdbf] | 8 | spring.jpa.show-sql=true
|
---|
| 9 | spring.jpa.properties.hibernate.format_sql=true
|
---|
| 10 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
Note:
See
TracBrowser
for help on using the repository browser.