7.13. 禁用类型转换功能
要禁用 Camel Spring Boot 类型转换功能,请将 camel.springboot.typeConversion
属性设置为 false
。当此属性设置为 false
时,自动配置不会注册类型转换程序实例,且不会启用到 Spring Boot 类型转换 API 的转换类型转换。
流程
要禁用 Camel Spring Boot 组件的类型转换功能,请将
camel.springboot.typeConversion
属性设置为false
,如下所示:camel.springboot.typeConversion = false
camel.springboot.typeConversion = false
Copy to Clipboard Copied! Toggle word wrap Toggle overflow