|
@ -27,10 +27,7 @@ public class CamelStartBoot {
|
|
private static Logger logger = LoggerFactory.getLogger(CamelStartBoot.class);
|
|
private static Logger logger = LoggerFactory.getLogger(CamelStartBoot.class);
|
|
|
|
|
|
private BrokerServerService brokerServerService;
|
|
private BrokerServerService brokerServerService;
|
|
// private CamelContext context = SystemCamelContext.getContext();
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
private CamelContext context;
|
|
|
|
|
|
private CamelContext context = SystemCamelContext.getContext();
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
public void setBrokerServerService(BrokerServerService brokerServerService) {
|
|
public void setBrokerServerService(BrokerServerService brokerServerService) {
|