mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="io.codingpassion" -DarchetypeArtifactId="spring-boot-full-microservice-archetype" -DarchetypeVersion="0.1" -DinteractiveMode=false
GroupId | GroupIdio.codingpassion |
---|---|
ArtifactId | ArtifactIdspring-boot-full-microservice-archetype |
Version | Version0.1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.codingpassion -DarchetypeArtifactId=spring-boot-full-microservice-archetype -DarchetypeVersion=0.1 -DinteractiveMode=false