Create Java project with Maven archetype spring-angular-antd-archetype

Spring Angular Ant Design Archetype

Create a Java Project by archetype spring-angular-antd-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.luhuiguo.archetypes"   -DarchetypeArtifactId="spring-angular-antd-archetype"   -DarchetypeVersion="0.4.0"   -DinteractiveMode=false 

Details about maven archetype spring-angular-antd-archetype

License

License

GroupId

GroupId

com.luhuiguo.archetypes
ArtifactId

ArtifactId

spring-angular-antd-archetype
Version

Version

0.4.0
Type

Type

maven-archetype
Description

Description

spring-angular-antd-archetype
Spring Angular Ant Design Archetype
Project URL

Project URL

https://github.com/luhuiguo/spring-angular-antd
Source Code Management

Source Code Management

https://github.com/luhuiguo/spring-angular-antd

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.luhuiguo.archetypes -DarchetypeArtifactId=spring-angular-antd-archetype -DarchetypeVersion=0.4.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.