-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
Spring Boot MVC: add Spring Boot Actuator #198
Comments
Should it be in "mvc" context instead? Do you feel any use of actuator without a web dependency? |
Indeed @swarajsaaj you're right, about putting this in MVC But I don't think actuator should be added by default, so it should be optional, do you agree? |
@pascalgrimaud Yes I agree with a separate API for adding actuator in MVC resource with:-
|
sound perfect. Can I assign to you this ticket ? |
Yes please :) |
There is a conflict with springfox+actuator and Line 118 in 8d4c8bc
Spring actuator's path matching strategy cannot be configured to Are we already planning to replace springfox with springdoc in #219 ? Shall we remove this property in this ticket if we are not going to depend on springfox? |
Oh I see: it's because I added springfox by default when adding Tomcat MVC or Undertow MVC.
|
We could remove first springfox in a 1st PR, then you can continue the work for this ticket separately. What do you think? |
Sure, Looks good 👍 |
@swarajsaaj : I'm doing the PR for removing springfox. I'll submit it in few minutes |
New API with this
The text was updated successfully, but these errors were encountered: