You can add this two line on your properties file:
spring.datasource.url=jdbc:h2:mem:mydatabase;DB_CLOSE_ON_EXIT=FALSE spring.datasource.driver-class-name=org.h2.Driver