我正在尝试将我的http4证书配置从RouteBuilder类移到application.yml文件中。我的代码与此页面上“为HTTP Client设置SSL -组件的编程配置”下的示例完全相同:(https://camel.apache.org/http4.html#HTTP4-UsingtheJSSEConfigurationUtility)。然而,在网站上没有yml示例,只有我目前拥有的Java解决方案和Spring DSL解决方案。有人知道如何将Java代码翻译成yml吗? @Configuration
public class configureHttps4Certificate