Re: Setting up Camel Rest configuration in couple with Spring Boot Web component

2021-07-19 Thread Zoran Regvart
Hi Vyacheslav, we have Spring and Spring Boot support, have a look at the documentation: https://camel.apache.org/manual/latest/spring.html https://camel.apache.org/camel-spring-boot/latest/index.html And the examples: https://github.com/apache/camel-examples/tree/main/examples https://github.co

Setting up Camel Rest configuration in couple with Spring Boot Web component

2021-07-19 Thread mail4bvn
Hi! I'm first time trying to use Camel REST component and have faced some issues. In our company we have a trend to make our microservices expose spring management endpoints. That needs Spring Web component to be imported into dependencies to start embedded Tomcat/Jetty/etc. Is there any possibl