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
Putting this line: spring.jpa.hibernate.ddl-auto = update in your application.properties file start population data in in-memory database and in file based database for H2 data-base.Hope this helps anyone.
spring.jpa.hibernate.ddl-auto = update