Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 589 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 589 Bytes

Maven-Boot

A collection of Maven POM boilerplates designed to streamline project initialization with up-to-date plugins and conventions.

Available in three variants: Plain, Spring, and Parent.

Plain

The core POM boilerplate for bootstrapping traditional Java projects. All other variants build upon this foundational template.

Spring

Extends the Plain boilerplate with additional configurations for Spring Boot, utilizing the Spring Boot starter parent.

Parent

A minimal version of the Plain boilerplate, intended solely for aggregating and managing the other variants.