Database not found, and IFEXISTS=true, so we cant auto-create it

后端 未结 17 3008
不思量自难忘°
不思量自难忘° 2020-12-15 06:20

I am getting error after opening the h2 database console. I enter database name but it is showing database not found error:

Database \"C:/Users/Barlek

17条回答
  •  死守一世寂寞
    2020-12-15 07:06

    enter image description here

    Maven dependency

            
            com.h2database
            h2
            runtime
        
    
        
            com.h2database
            h2
            1.4.193
        
    
    

    MacOS Catalina 10.15.4 Worked!

提交回复
热议问题