Last change
on this file was 8d11f8c, checked in by jovanmanchev <jovanmanchev3003@…>, 21 months ago |
code added, trial 2
|
-
Property mode
set to
100644
|
File size:
474 bytes
|
Rev | Line | |
---|
[8d11f8c] | 1 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_fooddeliverysystem?currentSchema=project
|
---|
| 2 | spring.datasource.username=db_202223z_va_prj_fooddeliverysystem_owner
|
---|
| 3 | spring.datasource.password=fef149cea32b
|
---|
| 4 |
|
---|
| 5 |
|
---|
| 6 | ## default connection pool
|
---|
| 7 |
|
---|
| 8 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
|
---|
| 9 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
| 10 |
|
---|
| 11 | spring.jpa.hibernate.ddl-auto=validate
|
---|
| 12 | spring.jpa.show-sql=true
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.