Skip to content

davidatkinsuk/camel-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camel-spring-boot

Overview

This is a customised version of the camel spring boot example - https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot

I'm currently starting the application directly in Intellij (by running CamelSpringBootApplication)

Because actuator dependencies have been added in the POM, you can get general stats by visiting

 http://localhost:8080/actuator/health

You can get camel specific stats by visiting

 http://localhost:8080/actuator/camelroutes

Configuration

Default configuration in application.properties can be overridden in lots of ways. See https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html

About

spring boot camel sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages