Actuator 是 SpringBoot 提供的監控功能。
可以查看當前 SpringBoot 程式運行狀況,
如自動化配置的資訊、創建的 Spring beans 和獲取當前的 properties 屬性值等。
一、SpringBoot Actuator 的使用
需要加入相關的 maven dependency
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-actuator/2.6.3
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
圖1
如果你使用:
SpringBoot 開發工具IDEA 及基本專案簡介
https://pclevin.blogspot.com/2022/01/springboot-idea.html
圖2 可以選擇加入Dependencies
SpringBoot 網路線上建立專案
https://pclevin.blogspot.com/2022/01/spring-spring-initializr-httpsstart.html
圖3
二、啟動後 查看log
查看LOG後 會看到/actuator
圖4
三、查看actuator網頁, 默認開放可查看的資訊
http://localhost:8080/actuator
圖5
/actuator/health 查看當前 SpringBoot 運行的健康指標
用LINE傳送分享
其它文章
沒有留言:
張貼留言