366.5. Spring Boot 자동 구성
구성 요소는 아래에 나열된 4 가지 옵션을 지원합니다.
| 이름 | 설명 | 기본 | 유형 |
|---|---|---|---|
| camel.component.weather.enabled | 환경 설정 구성 요소 활성화 | 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 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다. | true | 부울 |
URI에 쿼리 옵션을 추가할 수 있습니다. ?option=value&option=value&…