When you create a Spring Bean Dependency Diagram in IntelliJ, this massive dependency graph is created with most of the beans from the Spring framework itself. In fact, most of them are even stand-alone nodes in the graph with no connections whatsoever (see the bottom of the image).
How can you generate a diagram which only includes your project files and direct dependencies to your project files?
I am literally manually deleting all the unnecessary nodes in the graph right now.