How to view maven dependency hierarchy in intellij

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

提交回复
热议问题