You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Imran Raza Khan <im...@gmail.com> on 2018/01/06 01:26:28 UTC

Health not working with CXF and SpringBoot

Hi,
I want to extend below Camel-CXF and SpringBoot example to provide health
status on /health, i tried adding

<dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-actuator</artifactId>
    </dependency>

But no success, any suggestion?

https://github.com/camelinaction/camelinaction2/tree/b6a43abf9e0d4ec4e3753ebd735bb3448f98194b/chapter10/camel-cxf-rest-spring-boot