This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 3f19fbe0105ef42eafd2c8d592f7f46447c9e294 Author: Croway <[email protected]> AuthorDate: Thu Apr 4 15:50:02 2024 +0200 Add Spring Boot Docs --- components/camel-smb/src/main/docs/smb-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-smb/src/main/docs/smb-component.adoc b/components/camel-smb/src/main/docs/smb-component.adoc index a0a17d4f870..b52387b8ee0 100644 --- a/components/camel-smb/src/main/docs/smb-component.adoc +++ b/components/camel-smb/src/main/docs/smb-component.adoc @@ -7,6 +7,8 @@ :supportlevel: Stable :tabs-sync-option: :component-header: Only consumer is supported +//Manually maintained attributes +:camel-spring-boot-name: smb *Since Camel {since}* @@ -73,3 +75,6 @@ public void configure() { ==== Beware that the File object provided is not a `java.io.File` instance, but, instead a `com.hierynomus.smbj.share.File` instance. ==== + + +include::spring-boot:partial$starter.adoc[]
