你可以使用带有camelLoadListener的Spring Boot吗?

时间:2014-06-26 19:06:51

标签: routing apache-camel messaging spring-boot

Camel网站说你需要在web.xml中定义监听器,但是spring boot应用程序没有web.xml。我只需要从浏览器中选择一条消息,所以我想使用contextloadlistener。

1 个答案:

答案 0 :(得分:2)

我确定如果您查看更多细节,Camel也将支持Servlet 3容器(以及Java API)。但是如果你坚持的话,你可以使用带有web.xml的Spring Boot(显然它必须是一个war文件)。示例:https://github.com/spring-projects/spring-boot/blob/master/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/web.xml