News

This article offers a concise survey of the essential components behind securing a REST API with Spring Security. We’ll build a simple app that uses a JSON Web Token (JWT) to store the user’s ...
The easiest way to build, test and document RESTful APIs built with Spring Boot? Simply add Swagger to your Spring Boot project and let OpenAPI do it for you.
At some point, you may be asked to perform a migration from a monolith to microservices-oriented architecture. One strategy to do this is to use an API gateway. Follow this example to learn how.