Create Java project with Maven archetype template-project-archetype

Template engineering of huifer.

Create a Java Project by archetype template-project-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.huifer"   -DarchetypeArtifactId="template-project-archetype"   -DarchetypeVersion="1.2"   -DinteractiveMode=false 

Generated Project modules

  • controller
  • start
  • open-api
  • database-object
  • domain
  • infrastructure
  • cache
  • project-configuration

Details about maven archetype template-project-archetype

License

License

GroupId

GroupId

com.github.huifer
ArtifactId

ArtifactId

template-project-archetype
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

template-project-archetype
Template engineering of huifer.
Project URL

Project URL

https://github.com/huifer/spring-boot-template-project

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.huifer -DarchetypeArtifactId=template-project-archetype -DarchetypeVersion=1.2 -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.