...
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.
...
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.
...
Spring Boot Docker Integration With Rabbitmq and Mysql
This post demonstrates creating docker containers for Spring Boot, RabbitMQ and Mysql and integrating them using docker-compose.