-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Actuator endpoints issue in springboot3.* #36111
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
As requested earlier, please provide a minimal sample that reproduces the behavior you are describing. |
Because of security, i can't provide sample , in application.yml server:
port: port
servlet:
context-path: /contextpatch
management:
endpoints:
enabled-by-default: false
shutdown:
enabled: false
web:
base-path: /actuator
exposure:
include: info, prometheus In Springboot 2 |
It doesn't need to be your actual application. In fact, we'd prefer that it isn't. We just need the bare minimum of code and configuration that's required to reproduce the problem. Creating a new app on start.spring.io is often a good place to start. |
Thanks , Maybe actuator endpoints moved in Spring Boot 3.* , but i not find changelog |
No, they haven't moved. If you want us to spend any more time on this, please spend some time providing the requested sample application. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Thanks |
Uh oh!
There was an error while loading. Please reload this page.
Hi , I upgrade springboot2.0 to springboot3.0.
I find a issue, in springboot2.0 , http://localhost:8080/contextpath/actuator is ok, but in springboot3.0 return 404. When add dispatcherservletpath in url is ok ,for example , http://localhost:8080/contextpath/Dispatcherservletpath/actuator is ok.
I',m confused why url should add Dispatcherservletpath in springboot3.0
The text was updated successfully, but these errors were encountered: