Last change
on this file since 3965aed was 3965aed, checked in by lepaSi <86915414+lepaSi@…>, 16 months ago |
Init
|
-
Property mode
set to
100644
|
File size:
488 bytes
|
Rev | Line | |
---|
[3965aed] | 1 | ##PostgreSQL
|
---|
| 2 | spring.datasource.url=jdbc:postgresql://localhost:5432/VehicleRentTest
|
---|
| 3 | spring.datasource.username=postgres
|
---|
| 4 | spring.datasource.password=123
|
---|
| 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.