mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.github.netyjq" -DarchetypeArtifactId="spring-boot-archetype" -DarchetypeVersion="0.0.1.release" -DinteractiveMode=false
GroupId | GroupIdcom.github.netyjq |
---|---|
ArtifactId | ArtifactIdspring-boot-archetype |
Version | Version0.0.1.release |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.netyjq -DarchetypeArtifactId=spring-boot-archetype -DarchetypeVersion=0.0.1.release -DinteractiveMode=false