You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/18 15:53:35 UTC

[camel-spring-boot-examples] 12/40: health check

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 149bc36de62a42e970392e53f89254febc97553d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jun 8 13:57:18 2020 +0200

    health check
---
 camel-example-spring-boot/src/main/resources/application.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/camel-example-spring-boot/src/main/resources/application.properties b/camel-example-spring-boot/src/main/resources/application.properties
index c6342b5..7ec89a3 100644
--- a/camel-example-spring-boot/src/main/resources/application.properties
+++ b/camel-example-spring-boot/src/main/resources/application.properties
@@ -34,9 +34,6 @@ myPeriod = 2000
 # add for example: &repeatCount=5 to the timer endpoint to make Camel idle
 #camel.springboot.duration-max-idle-seconds=15
 
-camel.health.registry-enabled = false
-camel.health[routes][timer].enabled = true
-
 # expose actuator endpoint via HTTP
 management.endpoints.web.exposure.include=info,health