172.3. Spring Boot Auto-Configuration

구성 요소는 아래 나열된 3 가지 옵션을 지원합니다.

이름설명기본값유형

camel.component.jdbc.data-source

레지스트리에서 이름별로 데이터 소스를 찾는 대신 DataSource 인스턴스를 사용하려면. 옵션은 javax.sql.DataSource 유형입니다.

 

문자열

camel.component.jdbc.enabled

jdbc 구성 요소 활성화

true

부울

camel.component.jdbc.resolve-property-placeholders

구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders.

true

부울