325.3. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.sql.data-source

데이터베이스와 통신하는 데 사용할 DataSource를 설정합니다. 옵션은 javax.sql.DataSource 유형입니다.

 

문자열

camel.component.sql.enabled

sql 구성 요소 사용

true

부울

camel.component.sql.resolve-property-placeholders

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

true

부울

camel.component.sql.use-placeholder

자리 표시자를 사용하고 모든 자리 표시자 문자를 SQL 쿼리의 로그인으로 바꿀지 여부를 설정합니다.Sets whether to use placeholder and replace all placeholder characters with sign in the SQL queries. 이 옵션은 기본적으로 true입니다.

true

부울