Spring boot: A guide about ConversionService and type converters in a microservice world
Introduction
To develop a service where the business logic is decoupled from the adapters that connect our domain with the outside world, we need some kind of conversion between messages and domain objects making it easier to replace the implementati...
remusrd.hashnode.dev6 min read