spring-boot-basics
Installation
SKILL.md
Spring Boot Basics Skill
Master Spring Boot fundamentals including auto-configuration, starters, externalized configuration, and profile management.
Overview
This skill provides comprehensive knowledge for building production-ready Spring Boot applications from scratch.
Parameters
| Name | Type | Required | Default | Validation |
|---|---|---|---|---|
spring_version |
string | ✗ | 3.3.x | Semver format |
java_version |
number | ✗ | 21 | 17, 21, or 23 |
build_tool |
enum | ✗ | maven | maven | gradle |
packaging |
enum | ✗ | jar | jar | war |