欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

springboot:health

程序员文章站 2022-06-16 08:04:34
...

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>

http://localhost:8080/health

http://www.itnose.net/detail/6359648.html
相关标签: springboot health