This commit is contained in:
Daniel Kang
2018-04-20 21:00:02 +09:00
parent 083810a87e
commit 7584094067
3 changed files with 40 additions and 20 deletions

View File

@@ -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 {

View File

@@ -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 {