【SpringBoot】Eureka监控页面 http://localhost:8001/actuator/info 有页面展示能成功访问但是无数据
我也配置了依赖在
org.springframework.boot spring-boot-starter-actuator
也在配置了这个插件
src/main/resources true org.apache.maven.plugins maven-resources-plugin
最后在yml里面配置了数据
info: appName: boot-admin appVersion: 1.0.0
结果没有数据展示



