Spring

Using the OpenAPI Generator for Spring Boot

July 16, 2021

The idea of an API-first approach is to treat APIs as first-class citizens by building the software product around APIs. Formal specifications serve as the contract and define, what the consumer can expect from the API. To ensure consistency of the contract and the implementation, some parts of the source code can be generated from the specification document.

Read more

Onion Architecture With Spring Boot (1/2)

December 31, 2020

The hexagonal-like architectures are helping to increase the longevity of software, effectively eliminating the coupling between the coded business knowledge and the technology. In a couple of posts I will share with you mimacom's way of tackling Onion Architecture with Spring Boot. In this first part I will give you more insights about it through a github-hosted example showing a simple implementation of ShoppingList's API's.

Read more
Older posts