Making awesome progress on my Spring Boot journey! π
Today, I took the concepts I learned about H2 Database and started applying them in a mini CRUD project. Itβs exciting to see everything come together in a real-world context!
π§ What I worked on today:
β
Set up H2 as the primary in-memory database for my mini project
β
Designed simple entity classes and mapped them with JPA
β
Created repositories and tested CRUD operations end-to-end
β
Used Postman to interact with the API and verify data persistence
β
Accessed the H2 Console to visualize and query the data in real time
π¬ Itβs amazing how quickly you can prototype with H2 β no setup delays, just focus on writing logic and testing ideas. This mini project is helping reinforce everything Iβve learned so far about Spring Boot and REST APIs.
π§ Tomorrow, Iβll add more APIs to expand the project's functionality and practice building clean, modular endpoints! Letβs keep growing! π‘π»
Top comments (0)