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
I also got this Error. You have to Configured
*application.properties*
# temporary data storage
spring.datasource.url = jdbc:h2:file:C:/data/test (Windows only)
spring.h2.console.path=/h2
server.port=8181
You have to create Folder in C: Drive data/test
Go To Browser:
http://localhost:8181/h2
Then URL:
jdbc:h2:file:C:/data/test
You Can See in this pic also: [1]
[1]: https://i.stack.imgur.com/ExFNR.png
You can see youtube Video
https://youtu.be/yYWPuM8k8K4