gpt4 book ai didi

spring-boot - 没有自动配置的 Spring Boot 2 执行器

转载 作者:行者123 更新时间:2023-12-05 07:28:10 25 4
gpt4 key购买 nike

谁能帮我弄清楚如何在不使用自动配置依赖项的情况下启用执行器端点?

我正在开发一个 Spring-Boot 2 项目,但禁止使用 starter poms 和 autocnfiguration 依赖项。

最佳答案

尝试添加这个依赖:

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>

并在 application.properties 上添加它,以便启用执行器的所有端点(如果您想要启用所有端点)。

  management.endpoints.web.exposure.include=*

关于spring-boot - 没有自动配置的 Spring Boot 2 执行器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53547443/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com