Back to course

Setting up H2 Database (In-Memory)

Spring Boot 0 to Hero: The Complete Java Backend Masterclass

Rapid Prototyping

H2 is an in-memory database that is perfect for development and testing. It requires no installation. We'll learn how to enable the H2 console to view data.