javax.management.InstanceNotFoundException: org.springframework.boot:type=Admin,name=SpringApplication

后端 未结 3 1814
难免孤独
难免孤独 2021-02-05 13:08

I developed a Spring boot application and the functionality of the application is working fine. However, at the time of startup, I see the below exception multiple times.

3条回答
  •  野性不改
    2021-02-05 13:22

    Are you launching this from Eclipse? If so, I found a way to overcome this issue from my Eclipse oxygen: Go to the launch configuration either from the STS plugin Spring Boot dashboard or from Run Configurations from the Run menu. Then untick Enable JMX checkbox and run it. Hope it helps

提交回复
热议问题