Spring Actuator info 为空或 {}
直接上解决方法:
application.properties
# 2.6 以后默认为 false 隐藏 info 信息,需要开启
management.info.env.enabled=true
或 application.yml
management:
info:
env:
enabled: true
重启就可以看到了
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
直接上解决方法:
application.properties
# 2.6 以后默认为 false 隐藏 info 信息,需要开启
management.info.env.enabled=true
或 application.yml
management:
info:
env:
enabled: true
重启就可以看到了
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »