Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.18 KB

Apache camel in Spring boot project

Getting Started

This project is about create API with Apache camel in spring boot project.

Installing

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

Running the tests

Deployment

This project can deploy on Docker container.