Last change
on this file was 19fa1a3, checked in by Ordanche <ordanchenedev@…>, 4 weeks ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
443 bytes
|
Rev | Line | |
---|
[19fa1a3] | 1 | spring.application.name=Bank-App-Final
|
---|
| 2 | # PostgreSQL Database configuration
|
---|
| 3 | spring.datasource.url=jdbc:postgresql://localhost:5432/bankappdb4
|
---|
| 4 | spring.datasource.username=postgres
|
---|
| 5 | spring.datasource.password=admin
|
---|
| 6 | spring.datasource.driver-class-name=org.postgresql.Driver
|
---|
| 7 |
|
---|
| 8 | # JPA & Hibernate configuration
|
---|
| 9 | spring.jpa.hibernate.ddl-auto=update
|
---|
| 10 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
| 11 | spring.jpa.show-sql=true
|
---|
Note:
See
TracBrowser
for help on using the repository browser.