Skip to content

Shareit Archetype is an archetype with the goal to unify and improve the way new microservices are built for the shareit platform.

Notifications You must be signed in to change notification settings

hermscoder/shareit-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShareIt Archetype

ShareIt Archetype is an archetype with the goal to unify and improve the way new microservices are built for the shareit platform.

Installation

To generate the archetype you just have to run the following maven command:

mvn clean install

Usage

In order to use the archetype to create a new project, you should run the following maven command:

mvn archetype:generate \
-DarchetypeGroupId=com.shareit \
-DarchetypeArtifactId=shareit-archetype \
-DarchetypeVersion=1.0-SNAPSHOT \
-DgroupId=[PROJECT_PACKAGE] \
-DartifactId=[PROJECT_ARTIFACT] \
-Dversion=[PROJECT_VERSION]

About

Shareit Archetype is an archetype with the goal to unify and improve the way new microservices are built for the shareit platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages