Last change
on this file since 850b344 was 850b344, checked in by Tamara Simikj <tamara.simic12@…>, 2 years ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
711 bytes
|
Line | |
---|
1 | #
|
---|
2 | #spring.datasource.url=jdbc:postgresql://localhost:5432/postgres-project
|
---|
3 | #spring.datasource.username=postgres
|
---|
4 | #spring.datasource.password=tamara
|
---|
5 | #spring.jpa.hibernate.ddl-auto=update
|
---|
6 | #spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
---|
7 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
8 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_beautycenter
|
---|
9 | spring.datasource.username=db_202122z_va_prj_beautycenter_owner
|
---|
10 | spring.datasource.password=c792d1ce38b4
|
---|
11 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
---|
12 | #spring.jpa.hibernate.ddl-auto=validate
|
---|
13 | spring.jpa.show-sql=true
|
---|
14 | spring.jpa.properties.hibernate.format_sql=true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.