53.2. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.braintree.configuration.access-token

사용자를 대신하여 트랜잭션을 처리하기 위해 판매자가 부여한 액세스 토큰입니다. 환경, 판매자 ID, 공개 키 및 개인 키 필드 대신 사용됩니다.

 

문자열

camel.component.braintree.configuration.api-name

어떤 종류의 작업을 수행합니까?

 

BraintreeApiName

camel.component.braintree.configuration.environment

SANDBOX 또는 ProductION 환경

 

문자열

camel.component.braintree.configuration.http-log-level

http 호출에 대한 로깅 수준을 설정하고 java.util.logging.Level을 참조하십시오.

 

level

camel.component.braintree.configuration.http-log-name

http 호출을 기록하는 데 사용할 로그 카테고리 설정, 기본 "Braintree"

 

문자열

camel.component.braintree.configuration.http-read-timeout

http 호출에 대한 읽기 시간 제한을 설정합니다.

 

정수

camel.component.braintree.configuration.merchant-id

Braintree에서 제공하는 판매자 ID입니다.

 

문자열

camel.component.braintree.configuration.method-name

선택한 작업에 사용할 하위 작업

 

문자열

camel.component.braintree.configuration.private-key

Braintree에서 제공하는 개인 키입니다.

 

문자열

camel.component.braintree.configuration.proxy-host

프록시 호스트

 

문자열

camel.component.braintree.configuration.proxy-port

프록시 포트

 

정수

camel.component.braintree.configuration.public-key

Braintree에서 제공하는 공개 키입니다.

 

문자열

camel.component.braintree.enabled

braintree 구성 요소 활성화

true

부울

camel.component.braintree.resolve-property-placeholders

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

true

부울