I'm trying to implement a small REST service that is using a h2 database using Spring Boot CLI (1.5.7). But resolving the dependencies does not work. I'm getting the error: "Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException" ... "Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Cannot determine embedded database driver class for database type NONE"I'm trying to implement a small REST service th