All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mel.camel-package-maven-plugin.2.24.2.source-code.spring-boot-auto-configure-options.mvel Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
=== Spring Boot Auto-Configuration

@if{this.isEmpty()}
The component has no Spring Boot auto configuration options.
@else{}
The component supports @{this.size()} options, which are listed below.
@end{}

@if{!this.isEmpty()}
[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
@foreach{row : this}| *@{row.name}* | @{row.description} | @{row.getShortDefaultValue(20)} | @{row.getShortJavaType(25)}
@end{}|===
@end{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy