akshaybaviskar.hashnode.devSimplifying Data Access with Spring Boot Data JpaSpring Boot, a popular java-based framework simplifies a development of robust and efficient application. One of its key features is Spring Data Jpa , which provides a powerful way to interact with relational databases using Java Persistence Api (JPA...Feb 23, 2024·3 min read
akshaybaviskar.hashnode.devUnlocking the Power of Spring MVC: A Hands-on Basic Guide to the Dispatcher ServletIn the world of web development, the dispatcher servlet plays a crucial role in Spring MVC framework. It acts as a front controller, responsible for handling all incoming Http requests and dispatching them to a appropriate handlers for processing. Le...Feb 22, 2024·2 min read