This a sample Spring Boot application that includes an Apache Camel (http://camel.apache.org/) route and Hawtio (http://hawt.io/).
Requires Java 8.
- Make sure you have Maven installed
- In your console, under the project directory, run: mvn clean package
- Then run: java -jar target/spring-boot-camel-sample-{version}.jar
- Right click edu.bowdoin.spring.boot.sample.SampleApplication.java
- Select Run as -> Java application
- Once the application has started up successfully, in any web browser, go to localhost:8080/hawtio/index.html and select the Camel tab. You should see your Camel Route running.