Rev | Line | |
---|
[3965aed] | 1 | ##PostgreSQL
|
---|
| 2 | spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_vehiclerent?currentSchema=project
|
---|
| 3 | spring.datasource.username=db_202223z_va_prj_vehiclerent_owner
|
---|
| 4 | spring.datasource.password=2806c4a496ba
|
---|
| 5 |
|
---|
| 6 | ##default connection pool
|
---|
| 7 | spring.datasource.hikari.connection-timeout=20000
|
---|
| 8 | spring.datasource.hikari.maximum-pool-size=5
|
---|
| 9 |
|
---|
| 10 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
|
---|
| 11 | spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
---|
| 12 |
|
---|
| 13 | spring.jpa.hibernate.ddl-auto=none
|
---|
| 14 | spring.jpa.show-sql=true
|
---|
| 15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.