Code Primers
Devops
Spring Boot
System Design
Tools
About
Health Check API in Spring Boot Application
This post provides a step-by-step guide for exposing a health check endpoint using Spring Boot Actuators.
Client Side Service Discovery in Spring Boot With Netflix Eureka
This post provides a step-by-step guide to setup Netflix Eureka server and how to use it for client-side service discovery in Spring Boot.
Using Multiple Datasource With Spring Boot
This post provides step-by-step guide to configure multiple datasources in a single Spring Boot application.
Multiple Spring Boot Container Using Docker Compose
This post provides a step-by-step guide for deploying multiple spring boot containers using docker-compose.
Spring Boot Url Shortener
This post provides a step-by-step guide to build an URL shortener using Spring Boot and Redis’s in-memory storage.
Metrics Collection in Spring Boot With Micrometer and Prometheus
This post provides a step-by-step guide to integrate a spring boot application with Prometheus for monitoring metrics.
Building REST Service using Spring Boot
This post provides a step-by-step guide for building a RESTful web service using the popular Spring Boot framework.