2021-05-04 17:10:01 +01:00
|
|
|
spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_ON_EXIT=FALSE
|
|
|
|
|
spring.datasource.driverClassName=org.h2.Driver
|
|
|
|
|
spring.datasource.username=sa
|
|
|
|
|
spring.datasource.password=
|
|
|
|
|
# Enabling H2 Console
|
|
|
|
|
spring.h2.console.enabled=true
|
|
|
|
|
spring.h2.console.path=/h2
|
2022-10-07 17:55:30 +03:00
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
|
#setting cache TTL
|
|
|
|
|
caching.spring.hotelListTTL=43200
|
2021-05-04 17:10:01 +01:00
|
|
|
# Connection details
|
|
|
|
|
#spring.redis.host=localhost
|
|
|
|
|
#spring.redis.port=6379
|