|
|
@@ -40,19 +40,19 @@ public class DDDSampleApplicationContext {
|
|
40
|
40
|
VoyageRepository voyageRepository;
|
|
41
|
41
|
|
|
42
|
42
|
@Autowired
|
|
43
|
|
- RoutingService routingService;
|
|
|
43
|
+ GraphTraversalService graphTraversalService;
|
|
44
|
44
|
|
|
45
|
45
|
@Autowired
|
|
46
|
|
- HandlingEventRepository handlingEventRepository;
|
|
|
46
|
+ RoutingService routingService;
|
|
47
|
47
|
|
|
48
|
48
|
@Autowired
|
|
49
|
49
|
HandlingEventFactory handlingEventFactory;
|
|
50
|
50
|
|
|
51
|
51
|
@Autowired
|
|
52
|
|
- ApplicationEvents applicationEvents;
|
|
|
52
|
+ HandlingEventRepository handlingEventRepository;
|
|
53
|
53
|
|
|
54
|
54
|
@Autowired
|
|
55
|
|
- GraphTraversalService graphTraversalService;
|
|
|
55
|
+ ApplicationEvents applicationEvents;
|
|
56
|
56
|
|
|
57
|
57
|
@Autowired
|
|
58
|
58
|
PlatformTransactionManager platformTransactionManager;
|