This article explains how to use Spring Boot built-in API versioning feature to expose different versions of REST endpoints. This is one of the most interesting updates introduced with Spring…
Spring Boot Built-in API Versioning
Java, Spring, Kotlin, microservices, Kubernetes, containers
This article explains how to use Spring Boot built-in API versioning feature to expose different versions of REST endpoints. This is one of the most interesting updates introduced with Spring…
This article will teach you how to build microservices with Spring Boot 3 and the Spring Cloud components. It's a tradition that I describe this topic once a new major…
I have already written about documentation for microservices more than two years ago in my article Microservices API Documentation with Swagger2. In that case, I used project SpringFox for auto-generating…