gpt4 book ai didi

java - Maven 原型(prototype)生成拉更新的或最新的模板

转载 作者:塔克拉玛干 更新时间:2023-11-01 23:00:07 24 4
gpt4 key购买 nike

我们可以使用 maven 使用 mvn archetype:generate 生成项目模板,然后选择一个原型(prototype)编号。如果说我选择数字 1977 1977: remote -> org.springframework.boot:spring-boot-sample-tomcat-archetype (Spring Boot Tomcat Sample)。 Maven会生成java工程等等。

当我检查 pom.xml 文件时,我看到了

<parent>
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.2.RELEASE</version>
</parent>

似乎 spring-boot-starter-parent 版本 1.0.2.RELEASE 是从 2014 年 4 月开始的。现在已经是 2019 年了,已经很老了。 https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent

我的 maven 版本是:apache-maven-3.5.4

我们如何从 maven 获得更新的模板/原型(prototype)?

最佳答案

您可以在 github 上找到更新的示例:

https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-tomcat

但是,我认为 springboot 已经停止使用原型(prototype),取而代之的是 Spring Initializr .

在那里你可以选择你想要的任何版本并添加一个 Web 依赖项以包含 Tomcat 和 MVC 框架启动器。

关于java - Maven 原型(prototype)生成拉更新的或最新的模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55423112/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com