Skip to content
Snippets Groups Projects

Refactor all DTO conversions

  1. May 22, 2020
    • Chris Lemaire's avatar
      Refactor all DTO conversions · 72369cd0
      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.
      72369cd0
Loading