10.2. Spring Boot Auto-Configuration
구성 요소는 아래 나열된 6 가지 옵션을 지원합니다.
| 이름 | 설명 | 기본값 | 유형 |
|---|---|---|---|
| camel.component.atmos.enabled | atmos 구성 요소 활성화 | true | 부울 |
| camel.component.atmos.full-token-id | Atmos 클라이언트에 전달할 토큰 ID | 문자열 | |
| camel.component.atmos.resolve-property-placeholders | 구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders. | true | 부울 |
| camel.component.atmos.secret-key | Atmos 클라이언트에 전달할 비밀 키 | 문자열 | |
| camel.component.atmos.ssl-validation | Atmos 클라이언트가 SSL 검증을 수행해야 하는지 여부 | false | 부울 |
| camel.component.atmos.uri | Atmos 클라이언트에서 연결할 서버의 URI입니다. | 문자열 |