You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ui http://localhost:8080/spring-admin
I managed to fix this issue with the following PR: eclipse-dirigible/dirigible#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 ui
http://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
The text was updated successfully, but these errors were encountered: