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

引入actuator后发现 health可以正常展示。

但是发现beans无法展示

解决:

在application.properties里面加入配置:

management.endpoints.web.exposure.include=*

最新文章

  1. 【初学python】使用python调用monkey测试
  2. C#项目中文件的具体含义
  3. 开发管理系统时,安装sqlserver2005问题整理
  4. PHP内核(一)内存管理
  5. ACCP7.0优化Myschool内侧题
  6. Swift 高阶函数
  7. [Linux]CentOS下安装和使用tmux
  8. JS的运行机制
  9. javaScript函数与闭包
  10. zend studio12.5破解方法
  11. android 拨打电话小功能
  12. Contoso 大学 - 4 - 创建更加复杂的数据模型
  13. linux 流量监控
  14. IOS准备
  15. hdu4725 The Shortest Path in Nya Graph
  16. [Sdoi2010]星际竞速
  17. python3 re正则匹配数据获取案例
  18. php正则判断字符串是否含有中文
  19. nodejs文件操作模块FS(File System)常用函数简明总结(转)
  20. linux下安装ruby版本管理器RVM

热门文章

  1. [LeetCode] 843. Guess the Word 猜单词
  2. Linux系统运维笔记(6),CentOS 7.6双网卡路由配置
  3. (三)golang--执行流程分析
  4. Navicat 连接远程数据库报错:1130 - Host &quot;XX.XX.XX.XX&quot; is not allowed to connect to this MySQL server
  5. Docker 创建、运行、查看、删除容器
  6. 四种软件开发模式:tdd、bdd、atdd和ddd的概念
  7. 【03】Kubernets:K8S 操作入门
  8. Blend 硬货 绑定
  9. Go语言(golang)新发布的1.13中的Error Wrapping深度分析
  10. Python中的@函数装饰器到底是什么?