Spring boot: A guide about ConversionService and type converters in a microservice world
Oct 10, 2020 · 6 min read · 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...
Join discussion