开启应用监控

This commit is contained in:
Guoqs
2025-07-17 11:50:46 +08:00
parent 0b19fb888d
commit 1cce23cdf0
4 changed files with 44 additions and 4 deletions

View File

@@ -131,6 +131,14 @@
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-nacos</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
</dependencies>