This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 184a5e47dd2 CAMEL-18149: camel-spring-boot - Add camel developer
console as actuator that can be enabled.
184a5e47dd2 is described below
commit 184a5e47dd235810f508d6133ad4e80b842087a3
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 22 14:48:31 2022 +0200
CAMEL-18149: camel-spring-boot - Add camel developer console as actuator
that can be enabled.
---
docs/user-manual/modules/ROOT/pages/camel-console.adoc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-console.adoc
b/docs/user-manual/modules/ROOT/pages/camel-console.adoc
index 4c0505a0f2c..339e3537bce 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-console.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-console.adoc
@@ -27,7 +27,7 @@ configuration:
camel.main.dev-console-enabled = true
----
-=== Using Dev Console in Camel Spring Boot
+=== Dev Console and Camel Spring Boot
The Camel developer console is available in Spring Boot as an _actuator_. To
enable the console
you need to add dependency:
@@ -71,7 +71,6 @@ This will list the available consoles, and you can then call
a console by its id
http://localhost:8080/actuator/camel/routes
----
-
=== Dev Console and Camel JBang
The Developer Console is easily available when using
xref:camel-jbang.adoc[Camel JBang],