eclipse查看pom.xml中jar包依赖关系

eclipse打开pom.xml文件,选择Dependecy Hierarchy,双击查看当前Artifact Id,和Parent的Artifact Id。Artifact Id的依赖关系整理如下(自上而下),引入底层的会自动下载上层的jar包:

1、祖宗:spring-boot-dependencies

2、

spring-boot-parent

        spring-boot-starters

                spring-boot-starter

                spring-boot-starter-activemq

                spring-boot-starter-ampq

                spring-boot-starter-aop

                spring-boot-starter-artermis

                spring-boot-starter-bach

                spring-boot-starter-cache

                spring-boot-starter-cloud-connectors

                spring-boot-starter-data-*

                spring-boot-starter-data-jpa

                spring-boot-starter-data-mongodb

                spring-boot-starter-data-neo4j

                spring-boot-starter-data-redis

                spring-boot-starter-data-rest


                spring-boot-starter-freemarker

                spring-boot-starter-groovy-templates

                spring-boot-starter-hateoas

                spring-boot-starter-integration

                spring-boot-starter-jdbc

                spring-boot-starter-jersey

                spring-boot-starter-jooq

                spring-boot-starter-jta-*

                spring-boot-starter-logging

                spring-boot-starter-log4j2

                spring-boot-starter-mail

                spring-boot-starter-mobile

                spring-boot-starter-parent

                spring-boot-starter-security

                spring-boot-starter-social-*

                spring-boot-starter-remote-shell

                spring-boot-starter-test

                spring-boot-starter-thymeleaf

                spring-boot-starter-tomcat

                spring-boot-starter-undertow

                spring-boot-starter-validation

                spring-boot-starter-web

                spring-boot-starter-websocket

                spring-boot-starter-web-service



你可能感兴趣的:(JAVA)