235.3. Spring Boot Auto-Configuration

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

이름설명기본값유형

camel.component.mybatis.configuration-uri

MyBatis xml 구성 파일의 위치입니다. 기본값은 다음과 같습니다. classpath에서 로드된 SqlMapConfig.xml

SqlMapConfig.xml

문자열

camel.component.mybatis.enabled

mybatis 구성 요소 사용

true

부울

camel.component.mybatis.resolve-property-placeholders

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

true

부울

camel.component.mybatis.sql-session-factory

SqlSessionFactory를 사용합니다. 옵션은 org.apache.ibatis.session.SqlSessionFactory 유형입니다.

 

문자열