Commit 1425615a authored by suhuiguang's avatar suhuiguang

1.无删除代码恢复

parent 2988dfed
...@@ -19,11 +19,13 @@ import org.springframework.stereotype.Component; ...@@ -19,11 +19,13 @@ import org.springframework.stereotype.Component;
public class ApplicationRunnerImpl implements ApplicationRunner { public class ApplicationRunnerImpl implements ApplicationRunner {
@Autowired @Autowired
IC private IEquipmentHandlerService equipmentHandlerService;
@Autowired
private IContingencyPlanService contingencyPlanService;
@Override @Override
public void run(ApplicationArguments args) throws Exception { public void run(ApplicationArguments args) throws Exception {
equipmentHandlerService.subscribeTopic(); equipmentHandlerService.subscribeTopic();
contingencyPlanService.subscribeTopic(); contingencyPlanService.subscribeTopic();
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment