Create Java project with Maven archetype restexpress-scaffold-mongodb

A Basic, MongoDB-backed Service Suite

Create a Java Project by archetype restexpress-scaffold-mongodb with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.strategicgains.archetype"   -DarchetypeArtifactId="restexpress-scaffold-mongodb"   -DarchetypeVersion="1.7"   -DinteractiveMode=false 

Details about maven archetype restexpress-scaffold-mongodb

License

License

GroupId

GroupId

com.strategicgains.archetype
ArtifactId

ArtifactId

restexpress-scaffold-mongodb
Version

Version

1.7
Type

Type

maven-archetype
Description

Description

restexpress-scaffold-mongodb
A Basic, MongoDB-backed Service Suite
Project URL

Project URL

https://github.com/RestExpress/RestExpress-Scaffold

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.strategicgains.archetype -DarchetypeArtifactId=restexpress-scaffold-mongodb -DarchetypeVersion=1.7 -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.