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

后端 未结 3 499
故里飘歌
故里飘歌 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:19

    IntelliJ IDEA's Ultimate Edition can generate a Spring dependency graph. Basically, right click on the file name and select Diagrams -> Show Diagram. This web page provides the details.

提交回复
热议问题