Mohamad Mahmoodhashnotes.hashnode.dev·Sep 7, 2024Spring Boot REST API Controllers, CRUD With H2 DatabaseSteps This tutorial consists of steps as follows: Create project directory. Extract Spring Boot startup project. Create RESTful controllers with H2 Database. Build Spring Boot application. Define Docker image (Dockerfile). Build Docker image (e...DiscussSpringboot
Prashant Baleprashbale.hashnode.dev·Jul 8, 2024Kickstart Your Journey: Building Your First Microservice with Spring BootMicroservices architecture is a design approach where an application is composed of small, independent services that communicate over well-defined APIs. Each microservice is focused on a specific business function and can be developed, deployed, and ...Discuss·86 readsH2 Database