SpringBoot入门系列篇(十六):actuator监控模块入门

actuator是SpringBoot提供的一个用于监控的模块,想要在SpringBoot中使用则须要引入该jar包: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 引入了actuator
相关文章
相关标签/搜索