mel.springboot.camel-spring-boot-generator-maven-plugin.3.5.0.source-code.spring-boot-auto-configure-options.mvel Maven / Gradle / Ivy
:page-partial:
:doctitle: Camel Spring Boot Starter for @{title}
== Spring Boot Auto-Configuration
When using @{title} with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
[source,xml]
----
@{groupId}
@{artifactId}
x.x.x
----
@if{options.isEmpty()}
The component has no Spring Boot auto configuration options.
@else{}
The component supports @{options.size()} options, which are listed below.
@end{}
@if{!options.isEmpty()}
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
@foreach{row : options}| *@{row.name}* | @{util.escape(row.description)} | @{row.getShortDefaultValue(20)} | @{row.getShortJavaType()}
@end{}|===
@end{}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy