justinmtech / maven-spring-boot-3-archetype

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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