spring-boot-actuator专题提供spring-boot-actuator的最新资讯内容,帮你更好的了解spring-boot-actuator。
我有这个弹簧启动项目,需要为此安装执行器。 <strong> pom.xml </strong>: <pre><code>&lt;modelVersion&gt;
我们正在使用Spring Boot执行器在Kubernetes集群中运行时公开活动性和就绪性端点。默认情况下,Spring Boot执
我正在运行curl命令以禁用spring-boot记录器 <pre><code>curl -H &#34;Content-Type: application/json&#34; --request POST -d
关于如何使用Spring Security来通过mTLS(两种方式的SSL)禁用某些特定端点的快速问题,但请仅指定那些端
我在Spring Boot(2.3.3)应用程序的application.properties中具有Apache Camel 3.4.2和hawtio-springboot 2.10.2,具有以下内
当我在SpringBoot应用程序(<a href="https://stackoverflow.com/a/59115579/6700081">https://stackoverflow.com/a/59115579/6700081</a>
我有一个基本的Spring Boot服务,可以通过Kafka发送消息。 当kafka连接断开时,弹簧启动<code>actuator</co
我正在尝试配置多个刮刮端点,例如<code>admin/prometheus/tenant1</code>和<code>admin/prometheus/tenant2</code>,以使特
是否仍可以在2.3.4中更改执行器端口? <code>management.port</code>和<code>management.endpoints.port</code>都不起作用
我的代码: <pre><code>@SpringBootTest @AutoConfigureMockMvc public class ActuatorTests { @Autowired private MockMvc mo
我正在尝试使用扩展了<code>AbstractPreAuthenticatedProcessingFilter</code>的自定义过滤器来实现无状态验证。该过
是否有一个SpringBoot数据库运行状况检查属性来指定运行状况检查的频率? 顺便问一下,默认的健
基于最新版本的spring boot admin(<a href="https://codecentric.github.io/spring-boot-admin/current/" rel="nofollow noreferrer">htt
我创建了一个Spring Boot Application,它开始在Kafka Queue上流式传输大量数据。它没有控制器,因为我没有任
我正在运行一个简单的springboot演示应用程序 <a href="https://i.stack.imgur.com/0bOJz.png" rel="nofollow noreferrer"><img s
我想通过千分尺将石墨规格添加到我的弹簧靴应用程序中。 我将此添加到了pom <pre><code> &lt;!-
尝试从web-mvc迁移到webflux +协程。遇到<code>http.server.requests</code>公制记录的问题。 使用web-mvc时,在
我们有一个Spring Boot项目,该项目使用Java的<code>Consumer&lt;T&gt;</code>功能接口将String消息作为JSON处理。由
我正在使用Java <strong> springBoot </strong>应用程序<strong> v 1.5.3 </strong> 我添加了<strong>健康执行器</strong>,
我有一个Spring Boot应用程序,其中充满了端点(即<code>@Controller</code>)和<code>@Service</code>,后面是<code>@Re