main
Last change
on this file since 3ded84d was 3ded84d, checked in by Test <matonikolov77@…>, 3 years ago |
Model-database resolved bugs for mapping
|
-
Property mode
set to
100644
|
File size:
445 bytes
|
Line | |
---|
1 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_wediscussmovies
|
---|
2 | spring.datasource.username=db_202122z_va_prj_wediscussmovies_owner
|
---|
3 | spring.datasource.password=7d8fb26b5697
|
---|
4 |
|
---|
5 | ## default connection pool
|
---|
6 |
|
---|
7 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
|
---|
8 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
9 |
|
---|
10 | spring.jpa.hibernate.ddl-auto=validate
|
---|
11 | spring.jpa.show-sql=true
|
---|
12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.