我正在尝试使用 CQRS 框架 AXON 添加数据。但是在点击 API 时(用于添加订单)。我收到以下错误:-
Command 'com.cqrs.order.commands.CreateOrderCommand' resulted in org.axonframework.modelling.command.AggregateNotFoundException(The aggregate was not found in the event store)
但是我的代码中已经有一个聚合(OrderAggregate.Java)。
完整代码可在 - https://github.com/iftekharkhan09/OrderManagementSystem找到
添加订单的 API - http://localhost:8080/confirmOrder
请求正文:-
{
"studentName":"Sunny Khan"
}
谁能告诉我我在哪里做错了?任何帮助表示赞赏!
弑天下
当年话下
相关分类