mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.canoo.dolphin-platform" -DarchetypeArtifactId="spring-boot-archetype" -DarchetypeVersion="1.0.0.CR4" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.canoo.dolphin-platform |
ArtifactId | ArtifactIdspring-boot-archetype |
Version | Version1.0.0.CR4 |
Type | Typemaven-archetype |
Description |
DescriptionDolphin Platform Spring Boot Archetype
This repository contains a Maven Archetype for a Spring Boot based project of the Dolphin Platform.
|
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.canoo.dolphin-platform -DarchetypeArtifactId=spring-boot-archetype -DarchetypeVersion=1.0.0.CR4 -DinteractiveMode=false