Last change
on this file since b3f2adb was b3f2adb, checked in by Aleksandar Siljanoski <acewow3@…>, 14 months ago |
Adding project to repo
|
-
Property mode
set to
100644
|
File size:
458 bytes
|
Line | |
---|
1 | ## PostgreSQL
|
---|
2 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
3 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_eatys
|
---|
4 | spring.datasource.username=db_202223z_va_prj_eatys_owner
|
---|
5 | spring.datasource.password=1c1cb380f444
|
---|
6 |
|
---|
7 |
|
---|
8 | ## default connection pool
|
---|
9 |
|
---|
10 |
|
---|
11 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
|
---|
12 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
13 |
|
---|
14 |
|
---|
15 | spring.jpa.show-sql=true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.