Skip to content

kytkemo/spring-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-app

Maven archetype for a Spring app (Java 8 + Spring 4.3.1.RELEASE).

Install

Install the archetype to your local Maven repository with mvn clean install.

Usage

Create projects from the archetype.

mvn archetype:generate -DarchetypeGroupId=com.kytkemo \
                       -DarchetypeArtifactId=spring-app \
                       -DarchetypeVersion=1.2.2 \
                       -DgroupId=com.yourcompany \
                       -DartifactId=ProjectName \
                       -Dpackage=com.yourcompany.projectname

Developing a Project

After creating a project from the archetype you can do the following tasks.

Run Tests

Run tests with mvn test.

Build

Create a package with mvn package.

About

Maven archetype for a Spring app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages