Blog
Setting up Spring Boot H2 Database
Spring Boot H2 Database is an extremely useful tool in the arsenal of any developer working on a Spring Boot application. H2 database is a java in-memory database that allows you, as a developer, a large amount of freedom to work with database changes during development phase. The Spring Boot Read more…