[add]添加监控

This commit is contained in:
zhangqy 2023-09-21 10:14:20 +08:00
parent 322fd50b6f
commit ef950d5f4e

View File

@ -49,6 +49,13 @@
</dependency>
<!-- SpringBoot Actuator -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<build>