How to view maven dependency hierarchy in intellij

前端 未结 8 1246
萌比男神i
萌比男神i 2021-02-01 11:47

I can see the dependency hierarchy in eclipse, how can I do it in intellij ?

8条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 12:19

    You can try: Menu -> View -> Tool Windows -> Maven Projects

    And then you can see new view openned.

    Open your Dependencies tree, and you can see all the dependency hierarchy.

提交回复
热议问题