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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new e02bf0f665c CAMEL-21801: Add Camel Spring Boot starter
e02bf0f665c is described below
commit e02bf0f665c83084ceeed333ae09237ad6d9bd9c
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Apr 9 07:17:14 2025 +0200
CAMEL-21801: Add Camel Spring Boot starter
---
.../src/main/docs/spring-cloud-config.adoc | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git
a/components-starter/camel-spring-cloud-config-starter/src/main/docs/spring-cloud-config.adoc
b/components-starter/camel-spring-cloud-config-starter/src/main/docs/spring-cloud-config.adoc
new file mode 100644
index 00000000000..f93693f2a33
--- /dev/null
+++
b/components-starter/camel-spring-cloud-config-starter/src/main/docs/spring-cloud-config.adoc
@@ -0,0 +1,10 @@
+= Spring Cloud Config
+//Manually maintained attributes
+:artifactid: camel-spring-cloud-config
+:shortname: spring-cloud-config
+:camel-spring-boot-name: spring-cloud-config
+
+The Spring Cloud Config component provides integration between Apache Camel
and Spring Cloud Config,
+allowing applications to retrieve configuration properties from a centralized
Spring Cloud Config Server.
+This component includes a Properties Function implementation that allows
Apache Camel to resolve property placeholders
+directly from Spring Cloud Config.
\ No newline at end of file