Apache Camel自定义组件自动装配问题

时间:2019-05-29 14:07:24

标签: java spring-boot apache-camel jbossfuse

具有一个由我自己在Spring Boot应用程序中编写的自定义组件。当我使用自动装配注释时,任何类都将为null。

原因,春天和骆驼的背景不同? 如果是这样,我如何在没有自动装配的情况下使用类? 与ApplicationContextAware?

谢谢..

@Component
@Lazy
public class ClientProducer extends DefaultProducer {

    @Autowired
    private RequestContext requestContext;
    @Autowired
    private XXXConfigProperties xxxConfigProperties ;

0 个答案:

没有答案