spring.application.name=Garage appointment management - test # Datasource settings spring.datasource.url=jdbc:h2:mem:etecture_test spring.datasource.driverClassName=org.h2.Driver spring.datasource.username=sa spring.datasource.password=password # init DB by script spring.sql.init.mode=always