I want to keep some data in H2 database by making a CRUD repository, using Hibernate.
I can\'t get the database to store my entries whatsoever. Currently, I\'m trying to
Just go to the H2 console for example at: http://localhost:9090/h2-console/ and In the JDBC URL field, type jdbc:h2:mem:testdb to configure the connection to the testdb database in RAM.