mvn archetype:generate    -DgroupId="com.mycompany.app"    -DartifactId="my-app-id"    -DarchetypeGroupId="io.codingpassion"    -DarchetypeArtifactId="spring-boot-full-microservice-archetype"    -DarchetypeVersion="0.1.1"    -DinteractiveMode=false  
            | License | 
                License | 
        
|---|---|
| GroupId | GroupIdio.codingpassion | 
    
| ArtifactId | ArtifactIdspring-boot-full-microservice-archetype | 
    
| Version | Version0.1.1 | 
        
| Type | Typemaven-archetype | 
    
| Description | 
            DescriptionSpring Boot Full Microservice Archetype 
            Maven Archetype which can be used to generate Spring Boot microservice application with additional configuration and tools. 
         | 
    
| Project Organization | 
                    Project OrganizationPiotr Raszkowski | 
            
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.codingpassion -DarchetypeArtifactId=spring-boot-full-microservice-archetype -DarchetypeVersion=0.1.1 -DinteractiveMode=false