Wildfly and spring-boot: failed to register application on spring-boot-admin

After copying the spring-boot war file ../standalone/deployments/to the error message:

Failed to register application in spring-boot-admin

displayed in logs.

Also, I cannot access my api on localhost:8080how I managed to use the tomcat and spring built-in downloads.

I have lost information on how to fix this problem. Any thoughts?

Edit : I run wildfly with-b=0.0.0.0 -bmanagement=0.0.0.0

Change: . Found that my application will be available at localhost:8080/$myAppNAme. Not lucky yet.

+4
source share

Source: https://habr.com/ru/post/1605791/


All Articles