300-frameworks-spring-boot-create-project
Installation
SKILL.md
Create Spring Boot Maven Project
Create a new Spring Boot Maven project through SDKMAN-managed tooling, aligned with Java 25 and the repository's Spring Boot 4.0.x baseline.
What is covered in this Skill?
- Verify SDKMAN and Java availability before project creation
- Install or select the required Java and Spring Boot CLI candidates through SDKMAN
- Gather project coordinates, package name, Java version, packaging, and dependencies
- Create a Maven project with Spring Initializr-backed Spring Boot CLI commands
- Prefer Maven wrapper commands for validation
- Verify the generated project with Maven before reporting completion
Constraints
Project creation must be explicit, reproducible, and Maven-based.