如何更改执行器路径上的缓存控制?

时间:2016-08-05 01:25:21

标签: spring spring-mvc spring-boot spring-java-config spring-boot-actuator

由于您不倾向于编写Actuator控制器,它们已经为您编写,您如何添加,例如1.6cache-control: nocache

1 个答案:

答案 0 :(得分:1)

请参阅official documentation

  

...响应缓存一段可配置的时间,以防止端点用于拒绝服务攻击。 endpoints.health.time-to-live属性用于配置缓存周期(以毫秒为单位)。 默认为1000 ,即一秒。

这仅适用于 / health 端点,但其他执行器端点似乎没有此属性。