6.9. 在自动配置的 CamelContext 中禁用 JMX
要在自动配置的 CamelContext
中禁用 JMX,您可以使用 camel.springboot.jmxEnabled
属性,因为 JMX 会被默认启用。
流程
将以下属性添加到您的
application.properties
文件中,并将其设置为false
:Copy to Clipboard Copied! Toggle word wrap Toggle overflow camel.springboot.jmxEnabled = false
camel.springboot.jmxEnabled = false