Database “C:/data/sample” not found, and IFEXISTS=true, so we cant auto-create it - Error in Spring Boot
问题 I have created a spring boot application to connect h2 database with it. While doing so, it throws an error showing Database not found. Please help me with the solution which I can implement and resolve the issue. I have added com.h2database dependency in the pom.xml file, then also it gives the error. Below is my pom.xml file and application.properties file pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=