【发布时间】:2015-02-22 20:21:36
【问题描述】:
我正在尝试在非“启动应用程序”上实现 Spring Boot Actuator,有没有办法为endpoint/health、endpoint/metrics 等端点配置模式?然后我将在我现有的 Spring Security 配置中创建第二个领域,我尝试了文档,但找不到相关内容。
谢谢。
【问题讨论】:
标签: spring-boot
我正在尝试在非“启动应用程序”上实现 Spring Boot Actuator,有没有办法为endpoint/health、endpoint/metrics 等端点配置模式?然后我将在我现有的 Spring Security 配置中创建第二个领域,我尝试了文档,但找不到相关内容。
谢谢。
【问题讨论】:
标签: spring-boot
你的意思是management.contextPath=/endpoint (docs here)?
【讨论】: