Skip to content

This project contains how to create default empty project for spring boot

Notifications You must be signed in to change notification settings

ByteProgramming/CustomMavenArchetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains how to generate project structure for spring boot/java application.

  1. An Archetype, is a simple artifact, that helps in generation of project structure.

  2. Command to Generate basic structure:

    mvn archetype:generate -DgroupId=[project's group id] -DartifactId=[project's artifact id] -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-archetype

  3. Typical Project Structure for Archetype :

Archetype | -- pom.xml -- src | -- main | -- resources | -- META-INF | | -- maven | |-- archetype-metadata.xml | | -- archetype-resources | -- pom.xml | -- src | -- main | -- java | -- Application.java | -- controller | -- service | -- resources | -- application- dev.properties | -- application- qa.properties
| | -- test -- java -- ApplicationTest.java

About

This project contains how to create default empty project for spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages