标签: spring spring-boot spring-boot-actuator
我正在尝试使用里程碑V2.0.0.M7的弹簧启动执行器。 每个端点(Name)都有效,/beans,/metrics,/loggers除外。
Name
/beans,/metrics,/loggers
我已将此属性添加到/auditevents文件。
/auditevents
application.properties
但management.endpoints.web.expose=* 无法正常工作
management.endpoints.web.expose=*
为什么会发生这种情况?
任何帮助都将不胜感激。
答案 0 :(得分:1)
在M7中,after查询参数。你还没有说过什么"没有工作"确切地说,但我猜你会得到一个400响应,告诉你你的请求是坏的。
after
使用curl发出的有效请求如下所示:
curl
curl http://localhost:8080/actuator/auditevents?after=2017-11-30T04%3A54%3A40.25Z