Free Custom Email Addresses For Your Domain with Cloudflare

In this blog post I will give you step by step process to setup free custom email for your domain using Cloudflare email routing service. Normally we create email address using service providers like Google (Gmail) or Yahoo ( Yahoo mail).These are generic email addresses. If you own a domain, you can setup email address…

Spring Boot – REST API Documentation with SpringDoc OpenAPI

In this blog post, we will see how to generate Spring Boot REST API documentation in Open API format and REST client with SpringDoc library . SpringDoc library generates API docs based on the OpenAPI 3 specification for Spring Boot 1.x and 2.x applications. In one of my previous blog post , I have shown…

Spring Boot – Generate REST API Documentation with Swagger

In this blog post, we will see how to integrate Swagger into Spring Boot application to generate API documentation and REST client. What is Swagger? Swagger is a specification for describing REST APIs in a format that’s easy to read, understand, and interact with. It allows you to generate documentation for your API, including path…