Is there a tool to generate Spring application context dependency diagram/graph?

后端 未结 3 504
故里飘歌
故里飘歌 2021-02-02 08:48

Is there a tool to generate diagram/graph of Spring application context?

The tool should take into consideration also annotation driven configuration (like @Autowired).

3条回答
  •  野的像风
    2021-02-02 09:17

    Another tool you may want to look into: https://github.com/aigor/spring-beans-visualized

    It purely works on a running ApplicationContext and does not do a static analysis. It does need Spring-Boot though to work.

提交回复
热议问题