gpt4 book ai didi

spring-boot - 使用 @ComponentScan 时,Spring Boot 执行器未显示

转载 作者:行者123 更新时间:2023-12-04 08:53:04 26 4
gpt4 key购买 nike

我的应用程序如下所示。在这个配置中,我的应用程序可以工作(它是用@ComponentScan 引导的)。
不幸的是,/actuator/health 不起作用。当我删除 @ComponentScan 时,执行器工作,但我的应用程序不起作用。
我需要配置什么才能使@ComponentScan 和执行器都工作?

@EnableAutoConfiguration
@SpringBootApplication
@ComponentScan(basePackageClasses = {DistributionApp.class})
public class Main extends SpringBootServletInitializer {
...
}

最佳答案

我发现了实际问题。
我上过一个类:

@Component
@ApplicationPath("/")
这掩盖了/actuator 端点。所以他们没有出现。
所以这个问题与@ComponentScan 无关,但它只在我自己的类被激活时才浮出水面。

关于spring-boot - 使用 @ComponentScan 时,Spring Boot 执行器未显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63992340/

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