USUthiraraj Saminathaninlearntechhub.hashnode.dev·Dec 28, 2023 · 3 min readHow to containerize a spring boot application with Jib pluginIntroduction This article will discuss on how to containerize spring boot application using Google Jib plugin. To containerize an application we have multiple options available. In this article we will explore Jib plugin. Jib is a plugin which is dev...00
USUthiraraj Saminathaninlearntechhub.hashnode.dev·Dec 9, 2023 · 13 min readSpring Boot GraphQL service with InMemory DB (H2) integrationIn this article, we will explore how to integrate an InMemory database in the Spring Boot application. We will use H2 DB as our In-Memory DB. It's a popular open-source lightweight DB engine that can be easily embedded with the spring boot applicatio...00
USUthiraraj Saminathaninlearntechhub.hashnode.dev·Nov 19, 2023 · 7 min readGraphQL client service implementation with Spring Boot and Netflix DGSThis article discusses how to implement a GraphQL client service with Spring WebFlux and Netflix DGS framework. Use Case Let's say we have to implement a service/API that needs to call a GraphQL service and get the response for the below-given use ca...00
USUthiraraj Saminathaninlearntechhub.hashnode.dev·Nov 18, 2023 · 4 min readA simple GraphQL service with Spring Boot and Netflix DGSThis article discusses how to implement a GraphQL server-side service with Spring WebFlux and Netflix DGS framework. Use Case Let's say we have to implement a service/API that will return user information for the given input. This service will expose...00