[
https://issues.apache.org/jira/browse/CAMEL-10416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15607752#comment-15607752
]
Claus Ibsen commented on CAMEL-10416:
-------------------------------------
Yeah this would be nice. I had to register the servlet like this
https://github.com/camelinaction/camelinaction2/blob/master/chapter7/springboot-camel/src/main/java/camelinaction/HelloRoute.java
> spring-boot native support for REST DSL
> ---------------------------------------
>
> Key: CAMEL-10416
> URL: https://issues.apache.org/jira/browse/CAMEL-10416
> Project: Camel
> Issue Type: New Feature
> Reporter: Nicola Ferraro
> Assignee: Nicola Ferraro
> Priority: Minor
>
> It should be possible to use the REST DSL natively on top of the
> spring-boot-web implementation, without the need to bind the Camel services
> under a specific sub-root (eg. camel-servlet requires all your services being
> under the "/camel/*" path or something else).
> Probably we need a component for that. With such a component, it would be
> easier to switch between any of the spring-boot embedded servers (Tomcat,
> Jetty, Undertow, ...) and reuse all the spring-boot features for what
> concerns eg. configuration, health checks, etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)