13 lines
326 B
Properties
Raw Normal View History

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
# Connection details
#spring.redis.host=localhost
#spring.redis.port=6379