maven工程查看jar依賴樹:
命令:
mvn dependency:tree
結果如下:
[INFO] com.mongo:boot:jar:0.0.1-SNAPSHOT
[INFO] +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.1.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.2.1.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot:jar:2.2.1.RELEASE:compile
[INFO] | | +- org.springframework.boot:spring-boot-autoconfigure:jar:2.2.1.RELEASE:compile
[INFO] | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.25:runtime
[INFO] | +- com.zaxxer:HikariCP:jar:3.4.1:compile
[INFO] | \- org.springframework:spring-jdbc:jar:5.2.1.RELEASE:compile
[INFO] | +- org.springframework:spring-beans:jar:5.2.1.RELEASE:compile
[INFO] | \- org.springframework:spring-tx:jar:5.2.1.RELEASE:compile
[INFO] +- org.mybatis.spring.boot:mybatis-spring-boot-starter:jar:2.0.1:compile
[INFO] | +- org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:jar:2.0.1:compile
[INFO] | +- org.mybatis:mybatis:jar:3.5.1:compile
[INFO] | \- org.mybatis:mybatis-spring:jar:2.0.1:compile
[INFO] +- org.projectlombok:lombok:jar:1.18.0:provided
[INFO] +- org.jodd:jodd-all:jar:5.1.0:compile
[INFO] +- org.springframework.boot:spring-boot-starter-web:jar:2.2.1.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-json:jar:2.2.1.RELEASE:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.0:compile
[INFO] | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.10.0:compile
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.10.0:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-tomcat:jar:2.2.1.RELEASE:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.27:compile
[INFO] | | +- org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.27:compile
[INFO] | | \- org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.27:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-validation:jar:2.2.1.RELEASE:compile
[INFO] | | +- jakarta.validation:jakarta.validation-api:jar:2.0.1:compile
[INFO] | | \- org.hibernate.validator:hibernate-validator:jar:6.0.18.Final:compile
[INFO] | | +- org.jboss.logging:jboss-logging:jar:3.4.1.Final:compile
[INFO] | | \- com.fasterxml:classmate:jar:1.5.1:compile
[INFO] | +- org.springframework:spring-web:jar:5.2.1.RELEASE:compile
[INFO] | \- org.springframework:spring-webmvc:jar:5.2.1.RELEASE:compile
[INFO] | +- org.springframework:spring-aop:jar:5.2.1.RELEASE:compile
[INFO] | +- org.springframework:spring-context:jar:5.2.1.RELEASE:compile
[INFO] | \- org.springframework:spring-expression:jar:5.2.1.RELEASE:compile
[INFO] +- org.springframework.boot:spring-boot-starter-test:jar:2.2.1.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-test:jar:2.2.1.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.1.RELEASE:test
[INFO] | +- com.jayway.jsonpath:json-path:jar:2.4.0:test
[INFO] | | \- net.minidev:json-smart:jar:2.3:test
[INFO] | | \- net.minidev:accessors-smart:jar:1.2:test
[INFO] | | \- org.ow2.asm:asm:jar:5.0.4:test
[INFO] | +- jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.2:test
[INFO] | | \- jakarta.activation:jakarta.activation-api:jar:1.2.1:test
[INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.5.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.5.2:test
[INFO] | | | +- org.apiguardian:apiguardian-api:jar:1.1.0:test
[INFO] | | | +- org.opentest4j:opentest4j:jar:1.2.0:test
[INFO] | | | \- org.junit.platform:junit-platform-commons:jar:1.5.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.5.2:test
[INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.5.2:test
[INFO] | | \- org.junit.platform:junit-platform-engine:jar:1.5.2:test
[INFO] | +- org.mockito:mockito-junit-jupiter:jar:3.1.0:test
[INFO] | +- org.assertj:assertj-core:jar:3.13.2:test
[INFO] | +- org.hamcrest:hamcrest:jar:2.1:test
[INFO] | +- org.mockito:mockito-core:jar:3.1.0:test
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.10.2:test
[INFO] | | +- net.bytebuddy:byte-buddy-agent:jar:1.10.2:test
[INFO] | | \- org.objenesis:objenesis:jar:2.6:test
[INFO] | +- org.skyscreamer:jsonassert:jar:1.5.0:test
[INFO] | | \- com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
[INFO] | +- org.springframework:spring-core:jar:5.2.1.RELEASE:compile
[INFO] | | \- org.springframework:spring-jcl:jar:5.2.1.RELEASE:compile
[INFO] | +- org.springframework:spring-test:jar:5.2.1.RELEASE:test
[INFO] | \- org.xmlunit:xmlunit-core:jar:2.6.3:test
[INFO] +- mysql:mysql-connector-java:jar:8.0.18:compile
[INFO] +- org.springframework.boot:spring-boot-starter-logging:jar:2.2.1.RELEASE:compile
[INFO] | +- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- org.apache.logging.log4j:log4j-to-slf4j:jar:2.12.1:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.12.1:compile
[INFO] | \- org.slf4j:jul-to-slf4j:jar:1.7.29:compile
[INFO] +- io.micrometer:micrometer-core:jar:1.3.1:compile
[INFO] | +- org.hdrhistogram:HdrHistogram:jar:2.1.11:compile
[INFO] | \- org.latencyutils:LatencyUtils:jar:2.0.3:compile
[INFO] +- io.github.mweirauch:micrometer-jvm-extras:jar:0.2.0:compile
[INFO] | \- org.slf4j:slf4j-api:jar:1.7.29:compile
[INFO] +- io.micrometer:micrometer-registry-prometheus:jar:1.3.1:compile
[INFO] | \- io.prometheus:simpleclient_common:jar:0.7.0:compile
[INFO] | \- io.prometheus:simpleclient:jar:0.7.0:compile
[INFO] +- de.codecentric:spring-boot-admin-starter-server:jar:2.2.1:compile
[INFO] | +- de.codecentric:spring-boot-admin-server:jar:2.2.1:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-thymeleaf:jar:2.2.1.RELEASE:compile
[INFO] | | | +- org.thymeleaf:thymeleaf-spring5:jar:3.0.11.RELEASE:compile
[INFO] | | | | \- org.thymeleaf:thymeleaf:jar:3.0.11.RELEASE:compile
[INFO] | | | | +- org.attoparser:attoparser:jar:2.0.5.RELEASE:compile
[INFO] | | | | \- org.unbescape:unbescape:jar:1.1.6.RELEASE:compile
[INFO] | | | \- org.thymeleaf.extras:thymeleaf-extras-java8time:jar:3.0.4.RELEASE:compile
[INFO] | | \- io.projectreactor.addons:reactor-extra:jar:3.3.0.RELEASE:compile
[INFO] | +- de.codecentric:spring-boot-admin-server-ui:jar:2.2.1:compile
[INFO] | \- de.codecentric:spring-boot-admin-server-cloud:jar:2.2.1:compile
[INFO] +- org.springframework.boot:spring-boot-starter-webflux:jar:2.2.1.RELEASE:compile
[INFO] | +- org.springframework.boot:spring-boot-starter-reactor-netty:jar:2.2.1.RELEASE:compile
[INFO] | | +- io.projectreactor.netty:reactor-netty:jar:0.9.1.RELEASE:compile
[INFO] | | | +- io.netty:netty-codec-http:jar:4.1.43.Final:compile
[INFO] | | | | +- io.netty:netty-common:jar:4.1.43.Final:compile
[INFO] | | | | +- io.netty:netty-buffer:jar:4.1.43.Final:compile
[INFO] | | | | +- io.netty:netty-transport:jar:4.1.43.Final:compile
[INFO] | | | | | \- io.netty:netty-resolver:jar:4.1.43.Final:compile
[INFO] | | | | \- io.netty:netty-codec:jar:4.1.43.Final:compile
[INFO] | | | +- io.netty:netty-codec-http2:jar:4.1.43.Final:compile
[INFO] | | | +- io.netty:netty-handler:jar:4.1.43.Final:compile
[INFO] | | | +- io.netty:netty-handler-proxy:jar:4.1.43.Final:compile
[INFO] | | | | \- io.netty:netty-codec-socks:jar:4.1.43.Final:compile
[INFO] | | | \- io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.43.Final:compile
[INFO] | | | \- io.netty:netty-transport-native-unix-common:jar:4.1.43.Final:compile
[INFO] | | \- org.glassfish:jakarta.el:jar:3.0.3:compile
[INFO] | +- org.springframework:spring-webflux:jar:5.2.1.RELEASE:compile
[INFO] | | \- io.projectreactor:reactor-core:jar:3.3.0.RELEASE:compile
[INFO] | | \- org.reactivestreams:reactive-streams:jar:1.0.3:compile
[INFO] | \- org.synchronoss.cloud:nio-multipart-parser:jar:1.1.0:compile
[INFO] | \- org.synchronoss.cloud:nio-stream-storage:jar:1.1.3:compile
[INFO] +- org.jolokia:jolokia-core:jar:1.6.2:compile
[INFO] | \- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] +- org.springframework.boot:spring-boot-starter-actuator:jar:2.2.1.RELEASE:compile
[INFO] | \- org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.2.1.RELEASE:compile
[INFO] | \- org.springframework.boot:spring-boot-actuator:jar:2.2.1.RELEASE:compile
[INFO] \- net.logstash.logback:logstash-logback-encoder:jar:5.3:compile
[INFO] \- com.fasterxml.jackson.core:jackson-databind:jar:2.10.0:compile
[INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.0:compile
[INFO] \- com.fasterxml.jackson.core:jackson-core:jar:2.10.0:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.057 s
[INFO] Finished at: 2020-09-23T08:42:19+08:00
[INFO] Final Memory: 28M/345M
[INFO] ------------------------------------------------------------------------
uj5u.com熱心網友回復:
學習了,好牛
uj5u.com熱心網友回復:
不不不,只是小白知識科普下!哈哈!轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/112032.html
標籤:Java相關
