SpringBoot實戰(深刻Actuator)讀書筆記

Spring Boot的Actuator。它提供了不少生產級的特性,好比監控和度 量Spring Boot應用程序。 Actuator的這些特性能夠經過衆多REST端點、遠程shell和JMX得到 對於Maven項目,引入的依賴是這樣的: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot
相關文章
相關標籤/搜索