Refactor all DTO conversions
- May 22, 2020
-
-
Chris Lemaire authored
DTO conversions will now be done on the DTO itself again instead of in a Service. For this, a new component is added, replacing the DTOConverterService. This component is called SpringContext and can be used to statically get the current thread's spring ApplicationContext.
-