“Maven”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“查看依赖树<syntaxhighlight lang="powershell"> E:\record\2022\12\5\guns-v7.2.4-genrator> mvn dependency:tree [INFO] Scanning for projects... Downloading from…”的新页面)
 
 
(未显示同一用户的10个中间版本)
第1行: 第1行:
查看依赖树<syntaxhighlight lang="powershell">
+
[[Maven查看依赖树|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>
+
[[Maven镜像|Maven 镜像]]
 +
 
 +
[[Maven中settings.xml与pom配置冲突|Maven 中 settings.xml 与 pom 配置冲突]]
 +
 
 +
[[Maven中的就近依赖原则|Maven 中的就近依赖原则]]
 +
 
 +
[[Maven 文件搜索]]
 +
 
 +
[[Maven设置jar存储路径|Maven 设置 jar 存储路径]]
 +
 
 +
[[IDEA查看类库源代码|下载 source 源码包]]
 +
 
 +
[[Maven 中的 dependencyManagement]]

2023年3月7日 (二) 03:59的最新版本