1. 程式人生 > >SpringBoot新增actuator依賴卻無法訪問相關端點

SpringBoot新增actuator依賴卻無法訪問相關端點

1、程式碼如下:

2、訪問預設的監控的埠:

3、解決之道:

在配置檔案中新增:management.endpoints.web.exposure.include=*,重新啟動服務