“Maven”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“查看依赖树<syntaxhighlight lang="powershell"> E:\record\2022\12\5\guns-v7.2.4-genrator> mvn dependency:tree [INFO] Scanning for projects... Downloading from…”的新页面)
 
(页面内容被替换为“Maven查看依赖树”)
第1行: 第1行:
查看依赖树<syntaxhighlight lang="powershell">
+
[[Maven查看依赖树]]
E:\record\2022\12\5\guns-v7.2.4-genrator> mvn dependency:tree
 
[INFO] Scanning for projects...
 
Downloading from nexus-aliyun: http://maven.aliyun.com/nexus/content/groups/public/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom
 
……
 
[INFO] io.github.jihch:guns-v7.2.4-genrator:jar:1.0-SNAPSHOT
 
[INFO] +- org.springframework.boot:spring-boot-starter:jar:2.4.0:compile
 
[INFO] |  +- org.springframework.boot:spring-boot:jar:2.4.0:compile
 
[INFO] |  |  \- org.springframework:spring-context:jar:5.3.1:compile
 
[INFO] |  |    +- org.springframework:spring-aop:jar:5.3.1:compile
 
[INFO] |  |    \- org.springframework:spring-expression:jar:5.3.1:compile
 
[INFO] |  +- org.springframework.boot:spring-boot-autoconfigure:jar:2.4.0:compile
 
[INFO] |  +- org.springframework.boot:spring-boot-starter-logging:jar:2.4.0: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.13.3:compile
 
[INFO] |  |  |  \- org.apache.logging.log4j:log4j-api:jar:2.13.3:compile
 
[INFO] |  |  \- org.slf4j:jul-to-slf4j:jar:1.7.30:compile
 
[INFO] |  +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile
 
[INFO] |  +- org.springframework:spring-core:jar:5.3.1:compile
 
[INFO] |  |  \- org.springframework:spring-jcl:jar:5.3.1:compile
 
[INFO] |  \- org.yaml:snakeyaml:jar:1.27:compile
 
[INFO] +- org.springframework.boot:spring-boot-starter-data-jdbc:jar:2.4.0:compile
 
[INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.4.0:compile
 
[INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.5:compile
 
[INFO] |  |  \- org.springframework:spring-jdbc:jar:5.3.1:compile
 
[INFO] |  \- org.springframework.data:spring-data-jdbc:jar:2.1.1:compile
 
[INFO] |    +- org.springframework.data:spring-data-relational:jar:2.1.1:compile
 
[INFO] |    +- org.springframework.data:spring-data-commons:jar:2.4.1:compile
 
[INFO] |    +- org.springframework:spring-tx:jar:5.3.1:compile
 
[INFO] |    +- org.springframework:spring-beans:jar:5.3.1:compile
 
[INFO] |    \- org.slf4j:slf4j-api:jar:1.7.30:compile
 
[INFO] \- mysql:mysql-connector-java:jar:8.0.22:compile
 
[INFO] ------------------------------------------------------------------------
 
[INFO] BUILD SUCCESS
 
[INFO] ------------------------------------------------------------------------
 
[INFO] Total time:  11.130 s
 
[INFO] Finished at: 2022-12-10T02:15:25+08:00
 
[INFO] ------------------------------------------------------------------------
 
PS E:\record\2022\12\5\guns-v7.2.4-genrator>
 
 
 
</syntaxhighlight>
 

2022年12月9日 (五) 18:18的版本