376.2. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.xquery.configuration

사용자 지정 Saxon 구성을 사용하려면 다음을 수행합니다. 옵션은 net.sf.saxon.Configuration 유형입니다.

 

문자열

camel.component.xquery.configuration-properties

사용자 정의 Saxon 구성 속성을 설정하려면

 

map

camel.component.xquery.enabled

xquery 구성 요소 사용

true

부울

camel.component.xquery.module-u-r-i-resolver

사용자 정의 모듈URIResolver를 사용합니다. 옵션은 net.sf.saxon.lib.ModuleURIResolver 유형입니다.

 

문자열

camel.component.xquery.resolve-property-placeholders

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

true

부울

camel.language.xquery.enabled

xquery 언어 사용

true

부울

camel.language.xquery.trim

선행 공백과 후행 공백과 줄 바꿈을 제거할 값을 조정할지 여부입니다.

true

부울

camel.language.xquery.type

결과 형식의 클래스 이름을 (출력에서 유형) 기본 결과 유형은 NodeSet입니다.

 

문자열