/camel-rest-swagger

Camel with Spring JavaConfig and Camel's REST + Swagger support with no web.xml

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Camel REST + Swagger

An example application that shows how to configure Camel with Spring JavaConfig and Camel's Swagger support with no web.xml.

Quick Start

This project is built with Spring Boot and uses Apache Camel for its REST API.

To run this project use:

mvn spring-boot:run

Then navigate to http://localhost:8080/docs/index.html to see the Swagger documentation.