-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Reference documentation for enabling endpoints is out of date #10979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Okay, my fault. I must put the property
to the application.properties. It is here documentated: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide But it isn't in the general guide yet: https://docs.spring.io/spring-boot/docs/2.0.0.M6/reference/htmlsingle/ |
Thanks. It's a bit worse than that even. This section of the documentation states that "by default, all endpoints except for shutdown are enabled" which is no longer true. |
We should wait for #10176 to be resolved before tackling this. |
Also #10970 and any |
Uh oh!
There was an error while loading. Please reload this page.
Spring Boot actuator health Resource and many more does not work in 2.0.0 M6. Furthermore the IntelliJ Integration of the actuator endpoints are not working.
In Version 2.0.0 M1 it is working.
Only the following actuator resources are working:
http://localhost:8080/application/status
http://localhost:8080/application
http://localhost:8080/application/info
I have a normal spring boot application and added this in the pom.xml
I tried it in 2 projects.
Kind Regards
Michael
The text was updated successfully, but these errors were encountered: