Issue
I have a Spring boot project using spring security and Oauth2 and I'm noticing some bad behaviour which could be caused by actuator. To be sure I want to remove it from the project but I can't find it explicitly mentionned in my Maven dependencies.
Solution
Find where it is with dependencies hiearchy and exclude it.
This official documentation may help you to do so.
Answered By - Montassar El Béhi
Answer Checked By - Dawn Plyler (JavaFixing Volunteer)