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

Fix the issue of actuator not working #129

Merged
merged 1 commit into from
May 24, 2024
Merged

Fix the issue of actuator not working #129

merged 1 commit into from
May 24, 2024

Conversation

Doom9527
Copy link
Member

@Doom9527 Doom9527 commented May 24, 2024

Changelog

fix #128

Added

  1. Added a dependency to resolve errors in pom.xml.
<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>artemis-jakarta-server</artifactId>
    <exclusions>
        <!-- Remove commons-logging as it conflicts with spring-jcl -->
        <exclusion>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
        </exclusion>
    </exclusions>
</dependency>
  1. Added springboot configuration to prevent activemq from automatically configuring and initializing in application.yaml.
spring:
  autoconfigure:
    exclude: org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
1716512361384

@QubitPi QubitPi changed the title Actuator is not working Fix the issue of actuator not working May 24, 2024
@Doom9527 Doom9527 merged commit 7793ad4 into master May 24, 2024
6 checks passed
@Doom9527 Doom9527 deleted the bug-fix branch May 24, 2024 03:08
@QubitPi QubitPi self-assigned this May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Actuator is not working
2 participants