source: src/main/resources/application-dev.properties

Last change on this file was 3965aed, checked in by lepaSi <86915414+lepaSi@…>, 9 months ago

Init

  • Property mode set to 100644
File size: 488 bytes
Line 
1##PostgreSQL
2spring.datasource.url=jdbc:postgresql://localhost:5432/VehicleRentTest
3spring.datasource.username=postgres
4spring.datasource.password=123
5
6##default connection pool
7spring.datasource.hikari.connection-timeout=20000
8spring.datasource.hikari.maximum-pool-size=5
9
10spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
11spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
12
13spring.jpa.hibernate.ddl-auto=none
14spring.jpa.show-sql=true
15
Note: See TracBrowser for help on using the repository browser.