Skip to content

nemodev/spring-mvc-quickstart-archetype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring MVC 3.1 Quickstart Maven Archetype

Summary

The project is a Maven archetype for Spring MVC 3.1 web application.

Generated project characteristics

  • No-xml Spring MVC 3.1.2.RELEASE web application for Servlet 3.0 environment
  • Apache Tiles with configuration in place
  • JPA 2.0 (Hibernate/HSQLDB)
  • JUnit/Mockito
  • Spring Security 3.1.0.RELEASE

Installation

run mvn install to install the archetype in your local repository

Create a project

mvn archetype:generate
    -DarchetypeGroupId=com.github.spring-mvc-archetypes
    -DarchetypeArtifactId=spring-mvc-quickstart
    -DarchetypeVersion=1.0.0-SNAPSHOT
    -DgroupId=my.groupid
    -DartifactId=my-artifactId
    -Dversion=version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published