Hi, I’ve moved my command handlers to some of my aggregates but they don’t seem to be properly registered even though I have axon:annotation-config etc setup in my spring config. The only thing on this in the docs the following code. Do I need to set this up at start up?
AggregateAnnotationCommandHandler handler = AggregateAnnotationCommandHandler.subscribe(MyAggregate.class, repository, commandBus);