add all
This commit is contained in:
@@ -14,10 +14,6 @@ import java.util.Map;
|
||||
|
||||
import static org.slf4j.LoggerFactory.getLogger;
|
||||
|
||||
/**
|
||||
* This event handler is used to update the repository data of the query side in the CQRS.
|
||||
* Created by Edison Xu on 2017/3/15.
|
||||
*/
|
||||
@Component
|
||||
public class OrderEventHandler {
|
||||
|
||||
|
||||
@@ -10,10 +10,7 @@ import org.springframework.stereotype.Component;
|
||||
|
||||
import static org.slf4j.LoggerFactory.getLogger;
|
||||
|
||||
/**
|
||||
* This event handler is used to update the repository data of the query side in the CQRS.
|
||||
* Created by Edison Xu on 2017/3/7.
|
||||
*/
|
||||
|
||||
@Component
|
||||
public class ProductEventHandler {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user