Line | |
---|
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.