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 2023/08/16 05:08:09 UTC

[camel] branch camel-4.0.x updated: Update route-controller.adoc

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

davsclaus pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new 2e32f41520d Update route-controller.adoc
2e32f41520d is described below

commit 2e32f41520db9e91182714814277a7f95a6f77c2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 16 07:05:32 2023 +0200

    Update route-controller.adoc
---
 docs/user-manual/modules/ROOT/pages/route-controller.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/route-controller.adoc b/docs/user-manual/modules/ROOT/pages/route-controller.adoc
index 9e5d73f279d..095a042b1ee 100644
--- a/docs/user-manual/modules/ROOT/pages/route-controller.adoc
+++ b/docs/user-manual/modules/ROOT/pages/route-controller.adoc
@@ -98,7 +98,7 @@ And in Spring Boot:
 
 [source,properties]
 ----
-camel.springboot.route-controller-enabled = true
+camel.springboot.routeControllerSuperviseEnabled = true
 
 # and you can configure more options
 camel.springboot.routeControllerBackoffDelay = 5000