46.7.1 自动配置的InfoContributors
Spring Boot会在合适的时候自动配置以下InfoContributors:
名称
描述
暴露Environment中key为info的所有key
暴露git信息,如果存在git.properties文件
暴露构建信息,如果存在META-INF/build-info.properties文件
注 使用management.info.defaults.enabled属性可禁用以上所有InfoContributors。
Last updated
Was this helpful?