366.5. Spring Boot Auto-Configuration

コンポーネントは、以下に記載される 4 つのオプションをサポートします。

名前説明デフォルトタイプ

camel.component.weather.enabled

weather コンポーネントを有効にする

true

Boolean

camel.component.weather.geolocation-access-key

位置情報サービスを使用するには accessKey が必要になりました

 

String

camel.component.weather.geolocation-request-host-i-p

位置情報サービスは、使用している accessKey に関連付けられた IP を指定する必要があります

 

String

camel.component.weather.resolve-property-placeholders

起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。

true

Boolean

URI には、?option=value&option=value&…​ の形式でクエリーオプションを追加できます。