Skip to content
Advertisement

Tag: axon

aggregate not found in the event store

I am trying to add data using CQRS framework AXON. But while hitting the API(used to add an order). I am getting the below error:- But i already have an Aggregate in my code(OrderAggregate.Java). The Full code can be found at – https://github.com/iftekharkhan09/OrderManagementSystem API to add Order – http://localhost:8080/confirmOrder Request Body:- Can anyone please tell me where am i doing

Advertisement