Another step forward in my Spring Boot learning adventure! π
Today, I started exploring H2 Database, a lightweight, in-memory database that's super useful for development and testing.
π§ What I learned today:
β
What is H2 Database and why it's great for rapid development
β
How to integrate H2 into a Spring Boot application
β
Configured application properties to enable H2 console
β
Used the H2 web console to interact with tables and run SQL queries
β
Saw how data gets wiped when the app restarts β useful for learning and prototyping!
π¬ It felt empowering to visualize the data Iβve been creating through CRUD operations. H2 makes it super simple to debug and experiment without the overhead of setting up a full database. Perfect for beginners and local testing!
π§ Tomorrow, Iβll build a mini project using H2 Database to bring everything Iβve learned so far into a practical use case. Time to apply those CRUD skills in a real-world scenario! πͺπ₯
Top comments (0)