236.3. Spring Boot Auto-Configuration

コンポーネントは、以下に記載される 4 つのオプションをサポートします。

名前説明デフォルトタイプ

camel.component.mybatis.configuration-uri

MyBatis xml 設定ファイルのロケーション。デフォルト値は次のとおりです。クラスパスからロードされた SqlMapConfig.xml

SqlMapConfig.xml

String

camel.component.mybatis.enabled

mybatis コンポーネントを有効にする

true

Boolean

camel.component.mybatis.resolve-property-placeholders

起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。

true

Boolean

camel.component.mybatis.sql-session-factory

SqlSessionFactory を使用するには。オプションは org.apache.ibatis.session.SqlSessionFactory タイプです。

 

String