Tag: jackson

User management microservice (Part 4): Implementing REST API

August 10, 2020 · 7 min read
In the previous part the data access layer along with the repositories were implemented, before that the domain model without having to rely on any framework specific class or feature and now time has come to add REST controllers on the top of that.