/maven-boot

Primary LanguageXSLTOtherNOASSERTION

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.