This project is about create API with Apache camel in spring boot project.
This project implement with Spring boot. You can run this project by following method.
- Run as a Packaged Application.
java -jar target/demo-0.0.1-SNAPSHOT.jar
- Using the Maven Plugin. *recommend
mvn spring-boot:run
- API will available on http://localhost:8080/camel-demo/api
- Swagger UI will available on http://localhost:8080/camel-demo/swagger-ui