基於微服務的秒殺項目實戰使用Spring Boot2.x Actuator監控應用

本次內容,小編我將從開啓監控、默認端點、開啓所有端點三大方面給大家敘述。 (1)開啓監控 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> (2)默認端點 Spring Boot 2.0 的Actua
相關文章
相關標籤/搜索