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
| Группа | Группаcom.github.netyjq |
|---|---|
| Идентификатор | Идентификаторspring-boot-archetype |
| Версия | Версия0.0.1.release |
| Тип | Типmaven-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