documentation

Keycloak with Spring Boot #3 – How to authorize requests in Swagger UI

Swagger offers various methods to authorize requests to our Keycloak secured API. I'll show you how to implement the recommended…

3 years ago

How to authorize Basic Auth requests in Spring Boot Swagger UI

We're going to apply Basic Auth on API calls made from Swagger UI. OpenAPI allows us to provide security configuration…

4 years ago

Easy OpenAPI 3 specification for your Spring Boot REST API

The springdoc-openapi library allows us to automatically generate an OpenAPI specification for our rest API built with Spring Boot. This…

4 years ago

How to set up Spring Boot app documentation with Springfox

Learn how to generate documentation for your Spring Boot application using Springfox Boot Starter. This article extends the Spring Boot…

4 years ago

Spring Boot API documentation with Swagger

Each API requires comprehensive documentaiton. You can generate it using Swagger for a REST API. Its clients will get standardized…

6 years ago