Closed iliyan-velichkov closed 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.
Spring Boot Admin Server information
Version: 2.7.5
Spring Boot version: 2.7.5
Configured Security: basic
Webflux or Servlet application: Servlet application
Client information
Spring Boot versions: 2.7.5
Used discovery mechanism: self registration
Webflux or Servlet application: Servlet application
Description
Spring Boot Admin doesn't start when I start my app using
java -jar
When I start it from the Eclipse using the following it works I'm able to open the admin uihttp://localhost:8080/spring-admin
Steps to reproduce:
http://localhost:8080/spring-admin
Start the app from the Eclipse
DirigibleApplication
-> Run as -> Java Applicationhttp://localhost:8080/spring-admin