camel-rest-swagger

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

APACHE-2.0 License

Stars
20
Committers
2

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.