SpringBoot – My project is using a database in memory, and I don’t know how to stop doing that and change to an actual persistent db
I have created a Spring project using a h2 database (in memory) to work with it while I was starting with the project. Now, I want to work with persistent data as my project is done. The problem it, I can’t switch and I don’t see where the problem is. These are my application.properties: