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
| Группа | Группаio.codingpassion |
|---|---|
| Идентификатор | Идентификаторspring-boot-full-microservice-archetype |
| Версия | Версия0.1 |
| Тип | Типmaven-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