scaffold_spring_boot
Generate a Spring Boot project skeleton with starter dependencies, build tool, and Java version. Provide group and artifact IDs to create a runnable Maven or Gradle project.
Instructions
Generate Spring Boot project structure with starter dependencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| group_id | Yes | Maven group ID (e.g. com.example) | |
| build_tool | No | Build tool | |
| artifact_id | Yes | Maven artifact ID | |
| java_version | No | Java version |