Create Java project with Maven archetype spring-boot-quickstart-archetype

spring-boot项目模板

Create a Java Project by archetype spring-boot-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjavaVersion="My-javaVersion"   -DarchetypeGroupId="io.github.raineye.archetypes"   -DarchetypeArtifactId="spring-boot-quickstart-archetype"   -DarchetypeVersion="1.1.1"   -DinteractiveMode=false 

Required parameters for generate java project:

javaVersion
validationRegex: none

Details about maven archetype spring-boot-quickstart-archetype

License

License

GroupId

GroupId

io.github.raineye.archetypes
ArtifactId

ArtifactId

spring-boot-quickstart-archetype
Version

Version

1.1.1
Type

Type

maven-archetype
Description

Description

spring-boot-quickstart-archetype
spring-boot项目模板
Source Code Management

Source Code Management

https://github.com/RainEye/spring-boot-quickstart

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.raineye.archetypes -DarchetypeArtifactId=spring-boot-quickstart-archetype -DarchetypeVersion=1.1.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.