How to view maven dependency hierarchy in intellij

前端 未结 8 1237
萌比男神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.

    0 讨论(0)
  • 2021-02-01 12:20

    Use the shortcut Luke! Ctrl + Alt + Shift + U

    Or select View -> Tool Windows -> Maven Projects

    ...here you can either:

    A) expand the Dependencies sub-tree,

    or

    B) select the project ("spring-boot" in my case), a new icon reveals itself

    0 讨论(0)
提交回复
热议问题