365.5. Spring Boot Auto-Configuration
구성 요소는 아래 나열된 4 가지 옵션을 지원합니다.
| 이름 | 설명 | 기본값 | 유형 |
|---|---|---|---|
| camel.component.weather.enabled | weather 구성 요소 사용 | true | 부울 |
| camel.component.weather.geolocation-access-key | 이제 geolocation 서비스를 사용하려면 accessKey가 필요합니다. | 문자열 | |
| camel.component.weather.geolocation-request-host-i-p | 이제 geolocation 서비스가 사용 중인 accessKey에 연결된 IP를 지정해야 합니다. | 문자열 | |
| camel.component.weather.resolve-property-placeholders | 구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders. | true | 부울 |
다음 형식 ?option=value&option=value&…로 URI에 쿼리 옵션을 추가할 수 있습니다.