Thanks to visit codestin.com
Credit goes to github.com

Skip to content

michalvich/java-archetypes

Repository files navigation

Java Archetypes

Summary

The project will contain Maven archetypes for java development

Installation

  1. checkout from git
  2. run mvn install to install the archetypes in your local repository

Create Spring MVC 3 project

mvn archetype:generate
    -DarchetypeGroupId=com.michalvich.java-archetypes
    -DarchetypeArtifactId=spring-mvc-3-archetype
    -DarchetypeVersion=1.0.0-SNAPSHOT
    -DgroupId=your.groupid
    -DartifactId=your-artifactId
    -Dversion=version

Run the project

mvn jetty:run

Create Spring Data MongoDB Service project

mvn archetype:generate
    -DarchetypeGroupId=com.michalvich.java-archetypes
    -DarchetypeArtifactId=spring-data-mongodb-service-archetype
    -DarchetypeVersion=1.0.0-SNAPSHOT
    -DgroupId=your.groupid
    -DartifactId=your-artifactId
    -Dversion=version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages