236.2. Spring Boot Auto-Configuration

组件支持 4 个选项,如下所示。

名称描述默认类型

camel.component.mybatis-bean.configuration-uri

MyBatis xml 配置文件的位置。默认值为:SqlMapConfig.xml 从 classpath 加载

SqlMapConfig.xml

字符串

camel.component.mybatis-bean.enabled

是否启用 mybatis-bean 组件自动配置。默认启用。

 

布尔值

camel.component.mybatis-bean.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值

camel.component.mybatis-bean.sql-session-factory

使用 SqlSessionFactory。选项是一个 org.apache.ibatis.session.SqlSessionFactory 类型。

 

字符串