jabrena / spring-boot-user-beans

A visual way to increase the developer awareness to minimize the number of Beans in memory.
https://jabrena.github.io/spring-boot-user-beans/
Apache License 2.0
53 stars 3 forks source link

Get a complete List of Beans #138

Closed jabrena closed 1 year ago

jabrena commented 1 year ago

A small step to improve the way to represent a Graph in D3.js.

public record GraphData(List<BeanNode> nodes, List<Edge> edges) {}

I need to build a list of nodes incluying dependencies.