REST

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

Securing your Spring Boot and Angular app with JWT #1 – Introduction

You can use the JSON Web Token standard as a part of your authentication and authorisation solution in a project built with…

6 years ago

Handle requests for a non-existent resource using Java Optional in a REST controller

When an API is asked for a resource that can't be found, it is expected to return the HTTP 404…

6 years ago