【spring-boot】actuator原生監控

1. 創建springBoot項目(不解釋啦) 2. SpringBoot使用actuator只需要在pom下添加依賴 如下 即可 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 依賴添加之後,運行
相關文章
相關標籤/搜索