SpringBoot入門系列篇(十六):actuator監控模塊入門

actuator是SpringBoot提供的一個用於監控的模塊,想要在SpringBoot中使用則須要引入該jar包: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 引入了actuator
相關文章
相關標籤/搜索