• ABC
    2019-04-09
    还没看视频,刚才按照文档写的:

    @Component
    public class HealthCheck implements HealthIndicator {


        @Override
        public Health health() {
            return Health.up().withDetail("health","ok").build();
        }
    }

    然后在application.properties中配置:

    management.endpoints.web.exposure.include=*
    management.endpoint.health.show-details=always

    权限问题找了半天才处理完,又没有任何错误提示,有点太坑了..

    展开
     1
     1
  • 高坤
    2020-01-15
    老师,请问下为什么我本地访问http://localhost:8080/actuator后,href属性的地址没有超链接,即无法点击跳转?

    作者回复: 这完全就是浏览器支持的问题,我用的Chrome,装了个JSON的插件。

     1
    
我们在线,来聊聊吧