Spring Boot 使用 嵌入式 Jetty 容器 集成 Prometheus 监控

<!-- For Embed Undertow -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
作者:Jeebiz  创建时间:2023-04-20 21:15
最后编辑:Jeebiz  更新时间:2024-01-24 21:48