319.3. Spring Boot 자동 구성
구성 요소는 아래에 나열된 4 가지 옵션을 지원합니다.
| 이름 | 설명 | Default | 유형 |
|---|---|---|---|
| camel.component.spring-batch.enabled | Spring-batch 구성 요소 활성화 | true | 부울 |
| camel.component.spring-batch.job-launcher | 명시적으로 사용할 JobLauncher를 지정합니다. 옵션은 org.springframework.batch.core.launch.JobLauncher 유형입니다. | 문자열 | |
| camel.component.spring-batch.job-registry | 사용할 JobRegistry를 명시적으로 지정합니다. 옵션은 org.springframework.batch.core.configuration.JobRegistry 유형입니다. | 문자열 | |
| camel.component.spring-batch.resolve-property-placeholders | 구성 요소 시작 시 속성 자리 표시자를 자체적으로 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다. | true | 부울 |