Solutionunvalidated
Do not expect the DTO to be injected into the command via constructor autowiring; instead, configure the command as a plain class and inject a provider/factory (e.g., a bean or functional interface) that accepts the DTO, or otherwise supply the DTO through a non-autowired step/setter after bean creation.
52fa0a8a-7bf3-4564-b296-77d44de3a8f8
Do not expect the DTO to be injected into the command via constructor autowiring; instead, configure the command as a plain class and inject a provider/factory (e.g., a bean or functional interface) that accepts the DTO, or otherwise supply the DTO through a non-autowired step/setter after bean creation.