Last change
on this file was ed20c2c, checked in by HumaSejdini <humasejdini12@…>, 2 years ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
680 bytes
|
Line | |
---|
1 |
|
---|
2 | server.port=8078
|
---|
3 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
4 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_thebookspot
|
---|
5 | spring.datasource.username=db_202122z_va_prj_thebookspot_owner
|
---|
6 | spring.datasource.password=ea0ade774854
|
---|
7 |
|
---|
8 |
|
---|
9 | #spring.jpa.hibernate.ddl-auto=validate
|
---|
10 | spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
|
---|
11 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
12 | spring.jpa.show-sql=true
|
---|
13 | #spring.datasource.url=jdbc:h2:mem:testdb
|
---|
14 | #spring.datasource.username=sa
|
---|
15 | #
|
---|
16 | #spring.h2.console.path=/h2
|
---|
17 | #
|
---|
18 | #spring.jpa.show-sql=false
|
---|
19 | #spring.h2.console.enabled=true
|
---|
20 | #
|
---|
21 | #spring.thymeleaf.cache=false |
---|
Note:
See
TracBrowser
for help on using the repository browser.