File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/se/citerus/dddsample/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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 ;
You can’t perform that action at this time.
0 commit comments