spring-boot-starter-actuator 2.0.3使用上的部分变化
spring-boot
spring-projects/spring-boot: 是一个用于简化Spring应用开发的框架。适合用于需要快速开发企业级Java应用的项目。特点是可以提供自动配置、独立运行和内置的Tomcat服务器,简化Spring应用的构建和部署。
项目地址:https://gitcode.com/gh_mirrors/sp/spring-boot
免费下载资源
·
management.endpoints.web.exposure.include 配置actuator 暴露的接入点,默认值为health和info,此时调用/refresh会返回404错误
配置中心的更新配置的坑,2.0前调用/refresh更新配置的方法,不再适用。
现在的方法如下:
management.endpoints.web.exposure.include=refresh,health,info
把refresh接入点显式暴露出来,之后就可以通过POST 调用/actuator/refresh 来更新配置了
GitHub 加速计划 / sp / spring-boot
73.97 K
40.4 K
下载
spring-projects/spring-boot: 是一个用于简化Spring应用开发的框架。适合用于需要快速开发企业级Java应用的项目。特点是可以提供自动配置、独立运行和内置的Tomcat服务器,简化Spring应用的构建和部署。
最近提交(Master分支:2 个月前 )
fdf24c6c
Closes gh-42976
10 天前
3c42ba8c
* pr/42974:
Fix copyright year of updated file
Polish
Closes gh-42974
10 天前
更多推荐
已为社区贡献1条内容
所有评论(0)