Usages Spring Boot Auto-Configured beans
Answered
Is it possible to show where my Spring Bean is being used?
For example I have a AuthenticationProvider class marked as a @Component. It is being used somewhere in Spring Boot Security as an auto-configured bean.
It would be nice if I could jump to the place in the Spring Boot Security library code that uses my bean.
Please sign in to leave a comment.
@Robert does it help if you invoke "Find usages" on the Spring Bean? Could you please provide a code example?
Intellij IDEA says there are no usages of my bean.
It's a spring boot security starter project with an AuthenticationProvider marked as a Component.
I'll make a minimal project and make a feature request.