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.com/apache/camel-spring-boot-examples (search for Spring/REST) zoran On Mon, Jul 19, 2021 at 9:23 AM <[email protected]> wrote: > > 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 possible way to combine Spring embedded web-server and > Camel REST web component? > > > > _________________ > Vyacheslav Boyko, > mailto:[email protected] > -- Zoran Regvart
