Spring boot actuator端点配置
1. 端点配置端点自动缓存对不接收任何参数的读写操作的响应,配置端点将缓存响应的时间量,使用cache.time-to-live属性;下面的示例将beans端点缓存的生存时间设置为10秒。application.properties:management.endpoint.beans.cache.time-to-live=10s前缀==management.endpoint.<n...