added Commands to evens

master
Niclas Thobaben 2021-07-18 16:02:13 +02:00
parent c6f72b51cb
commit 506dcf1323
1 changed files with 3 additions and 0 deletions

View File

@ -10,10 +10,13 @@
**/
package {{package}};
import {{service.namespace}}.models.*;
{{#imports}}
import {{{.}}};
{{/imports}}
import org.axonframework.modelling.command.TargetAggregateIdentifier;
import lombok.*;