I used file db as below:
spring.datasource.url=jdbc:h2:file:./data/meet
And I can find file "meet.mv.db" in my working directory.
If I add tuples to the file and restart the server, the size of the file increases. However, I cannot get what is inside the file after restarting. That means there is no persistency at all.
Can anyone help me to find how to obtain persistency?
In case you need my source code: https://github.com/jihunim/meet_n_eat_server