Create Java project with Maven archetype base-framework-archetype

base-framework is a authority management system of java web framework, the framework ased on spring, mybatis, spring mvc, apache shiro

Create a Java Project by archetype base-framework-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.coding.chenxiaobo"   -DarchetypeArtifactId="base-framework-archetype"   -DarchetypeVersion="1.0.0.RELEASE"   -DinteractiveMode=false 

Details about maven archetype base-framework-archetype

License

License

GroupId

GroupId

net.coding.chenxiaobo
ArtifactId

ArtifactId

base-framework-archetype
Version

Version

1.0.0.RELEASE
Type

Type

maven-archetype
Description

Description

base-framework-archetype
base-framework is a authority management system of java web framework, the framework ased on spring, mybatis, spring mvc, apache shiro

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.coding.chenxiaobo -DarchetypeArtifactId=base-framework-archetype -DarchetypeVersion=1.0.0.RELEASE -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.