首页 > 解决方案 > 在 Spring Boot 应用程序中无法看到 Hawtio 中的 Camel 部分

问题描述

我有 Apache Camel 3.4.2 和 hawtio-springboot 2.10.2,在 Spring Boot (2.3.3) 应用程序的 application.properties 中有以下内容:

management.endpoints.web.exposure.include=hawtio,jolokia,health
hawtio.authenticationEnabled=false
management.endpoint.hawtio.enabled=true
management.endpoint.jolokia.enabled=true

但我没有在 Hawtio 中看到 Camel 部分。在升级 Camel/Spring/Hawtio 版本之前,我能够看到它。这不适用于此版本的骆驼吗?我还需要配置什么吗?提前致谢!

标签: spring-bootapache-camelspring-boot-actuatorhawtio

解决方案


推荐阅读