Skip to content

Maven Spring Boot 3 archetype for building full-stack web apps.

License

Notifications You must be signed in to change notification settings

justinmtech/maven-spring-boot-3-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Archetype for Spring Boot 3

Are you tired of typing the same boiler plate code for your Spring Boot web apps? Say less.

Usage

  • Clone the repository into your local environment
  • Run maven install in its directory
  • You may now generate the archetype

Generation

mvn archetype:generate -DarchetypeGroupId=com.justinmtech.maven-archetypes
                       -DarchetypeArtifactId=spring-boot-3
                       -DarchetypeVersion=1.0