Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACM starter rely on actuator #138

Closed
flystar32 opened this issue Dec 4, 2018 · 1 comment
Closed

ACM starter rely on actuator #138

flystar32 opened this issue Dec 4, 2018 · 1 comment
Labels
kind/bug Mark as bug
Milestone

Comments

@flystar32
Copy link
Member

when use ACM starter without actuator, the application will crash root cause is

java.lang.NoClassDefFoundError: org/springframework/boot/actuate/health/AbstractHealthIndicator

@flystar32 flystar32 added the kind/bug Mark as bug label Dec 4, 2018
@flystar32 flystar32 added this to the 0.2.1 milestone Dec 5, 2018
@flystar32
Copy link
Member Author

flystar32 commented Dec 6, 2018

must add dependency below, will fixed in 0.2.1.RELEASE

    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-actuator</artifactId>
    </dependency>

xiaolongzuo added a commit that referenced this issue Dec 12, 2018
theonefx pushed a commit to theonefx/spring-cloud-alibaba that referenced this issue Aug 2, 2021
…dulerX module, and fix ACM starter rely on actuator.
theonefx pushed a commit to theonefx/spring-cloud-alibaba that referenced this issue Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Mark as bug
Projects
None yet
Development

No branches or pull requests

1 participant