給Spring Boot項目添加actuator監控

首先; 需要在pom中添加依賴 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 同時注意修改 ##取消安全狀態的身份驗證 management: security: enabled:
相關文章
相關標籤/搜索