spring-boot-starter-actuator /info获取空信息

  用了spring-boot-starter-actuator,在监控页面对应服务中显示空值,下面是正常情况下有的值

spring-boot-starter-actuator /info获取空信息

pom配置了

<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <finalName>${project.name}</finalName> </configuration> </plugin> </plugins> </build>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpzsgj.html