reactor:默认不引入 micrometer-registry-prometheus 依赖,减少包大小

pull/201/head
YunaiV 2025-07-26 14:26:19 +08:00
parent 205a82f511
commit b8b84e09ab
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<optional>true</optional>
</dependency>
<dependency>