codecentric / spring-boot-admin

Admin UI for administration of spring boot applications
Apache License 2.0
12.39k stars 3.08k forks source link

Spring Boot Admin doesn't start when using `java -jar ` #2920

Closed iliyan-velichkov closed 11 months ago

iliyan-velichkov commented 11 months ago

Spring Boot Admin Server information

Client information

Steps to reproduce:

Start the app from the Eclipse

iliyan-velichkov commented 11 months ago

I managed to fix this issue with the following PR: https://github.com/eclipse/dirigible/pull/3032 spring-boot-devtools version should match your Spring boot version, otherwise the actuator and spring boot admin don't work.