Skip to content

jeremycook123/java21-springboot-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maven Quickstart Archetype - Java 21 + Spring Boot

Summary

The project is a Maven archetype for Java 21 and Spring Boot

Prerequisites

  • JDK 21
  • Maven 3

Install Archetype Locally

To install the archetype in your local repository execute the following commands:

{
git clone https://github.com/jeremycook123/java21-springboot-archetype.git
cd java21-springboot-archetype
mvn clean install
}

Maven Create/Generate New Java Project

{
mkdir proj1 && cd proj1
mvn archetype:generate \
 -DarchetypeGroupId=com.cloudacademy.devops \
 -DarchetypeArtifactId=java21-springboot-archetype \
 -DarchetypeVersion=1.0.0-SNAPSHOT \
 -DgroupId=com.example \
 -DartifactId=my-project \
 -DinteractiveMode=false
}

Releases

No releases published

Packages

No packages published